Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.h12 PetscReal *RES; /* npxm */ member
H A Dpounders.c298 …emv", BLASgemv_("T", &blasnp, &blasint2, &one, mfqP->Z, &blasnpmax, &mfqP->RES[mfqP->npmax * k], &… in getquadpounders()
307 …sint, &blasnp, &negone, mfqP->N, &blasint, mfqP->beta, &ione, &one, &mfqP->RES[mfqP->npmax * k], &… in getquadpounders()
308 …s_("T", &blasnplus1, &ione, mfqP->M, &blasnplus1, mfqP->npmaxiwork, &mfqP->RES[mfqP->npmax * k], &… 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()
860 …PetscCallBLAS("BLASdot", mfqP->RES[j * mfqP->npmax + i] = -mfqP->C[j] - BLASdot_(&blasn, &mfqP->Fd… in TaoSolve_POUNDERS()
947 PetscCall(PetscMalloc1(mfqP->npmax * mfqP->m, &mfqP->RES)); in TaoSetUp_POUNDERS()
1061 PetscCall(PetscFree(mfqP->RES)); in TaoDestroy_POUNDERS()