Home
last modified time | relevance | path

Searched refs:Fdiff (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c167 …PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn, &factor, &mfqP->Fdiff[blasn * i], &ione, mfqP->Gres, &… in pounders_update_res()
180 … BLASgemm_("N", "T", &blasn, &blasn, &ione, &wii, &mfqP->Fdiff[blasn * i], &blasn, &mfqP->Fdiff[bl… in pounders_update_res()
189 …PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn, &factor, &mfqP->Fdiff[blasn * row], &ione, mfqP->Gres,… in pounders_update_res()
191 …PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn, &factor, &mfqP->Fdiff[blasn * col], &ione, mfqP->Gres,… in pounders_update_res()
201 …Sgemm_("N", "T", &blasn, &blasn, &ione, &factor, &mfqP->Fdiff[blasn * row], &blasn, &mfqP->Fdiff[b… in pounders_update_res()
202 …Sgemm_("N", "T", &blasn, &blasn, &ione, &factor, &mfqP->Fdiff[blasn * col], &blasn, &mfqP->Fdiff[b… in pounders_update_res()
221 …PetscCallBLAS("BLASgemv", BLASgemv_("N", &blasn, &blasm, &one, mfqP->Fdiff, &blasn, mfqP->C, &ione… in pounders_update_res()
225 …gemm", BLASgemm_("N", "T", &blasn, &blasn, &blasm, &one, mfqP->Fdiff, &blasn, mfqP->Fdiff, &blasn,… in pounders_update_res()
690 for (j = 0; j < mfqP->m; j++) mfqP->Fdiff[ii + mfqP->n * j] = f[j] - fmin[j]; in TaoSolve_POUNDERS()
721 for (j = 0; j < mfqP->m; j++) mfqP->Fdiff[ii + mfqP->n * j] = f[j] - fmin[j]; in TaoSolve_POUNDERS()
[all …]
H A Dpounders.h19 PetscReal *Fdiff; /* nxm */ member