Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.h23 PetscReal *Gdel; /* mxn */ member
H A Dpounders.c276 for (i = 0; i < mfqP->n * mfqP->m; i++) mfqP->Gdel[i] = 0; in getquadpounders()
312 for (i = 0; i < mfqP->n; i++) mfqP->Gdel[i + mfqP->n * k] = mfqP->RES[mfqP->npmax * k + i + 1]; in getquadpounders()
874 PetscCallBLAS("BLASaxpy", BLASaxpy_(&iblas, &one, mfqP->Gdel, &ione, mfqP->Fdiff, &ione)); in TaoSolve_POUNDERS()
980 PetscCall(PetscMalloc1(mfqP->m * mfqP->n, &mfqP->Gdel)); in TaoSetUp_POUNDERS()
1092 PetscCall(PetscFree(mfqP->Gdel)); in TaoDestroy_POUNDERS()