Searched refs:Gres (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.h | 22 PetscReal *Gres; /* n */ member
|
| H A D | pounders.c | 71 PetscCall(VecSetValues(mfqP->subb, mfqP->n, mfqP->indices, mfqP->Gres, INSERT_VALUES)); in gqtwrap() 141 …PetscCall(gqt(mfqP->n, mfqP->Hres, mfqP->n, mfqP->Gres, 1.0, mfqP->gqt_rtol, atol, mfqP->gqt_maxit… in gqtwrap() 158 for (i = 0; i < mfqP->n; i++) mfqP->Gres[i] = 0; in pounders_update_res() 167 …allBLAS("BLASaxpy", BLASaxpy_(&blasn, &factor, &mfqP->Fdiff[blasn * i], &ione, mfqP->Gres, &ione)); in pounders_update_res() 189 …lBLAS("BLASaxpy", BLASaxpy_(&blasn, &factor, &mfqP->Fdiff[blasn * row], &ione, mfqP->Gres, &ione)); in pounders_update_res() 191 …lBLAS("BLASaxpy", BLASaxpy_(&blasn, &factor, &mfqP->Fdiff[blasn * col], &ione, mfqP->Gres, &ione)); in pounders_update_res() 221 …ASgemv_("N", &blasn, &blasm, &one, mfqP->Fdiff, &blasn, mfqP->C, &ione, &zero, mfqP->Gres, &ione)); in pounders_update_res() 509 …lBLAS("BLASdot", dp = BLASdot_(&blasn, &mfqP->Q_tmp[i * mfqP->npmax], &blas1, mfqP->Gres, &blas1)); in modelimprove() 514 for (j = 0; j < mfqP->n; j++) mfqP->work2[j] = mfqP->Gres[j]; in modelimprove() 741 PetscCall(VecSetValues(tao->gradient, mfqP->n, mfqP->indices, mfqP->Gres, INSERT_VALUES)); in TaoSolve_POUNDERS() [all …]
|