Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.h69 PetscBLASInt *npmaxiwork; /* integer work vector of length npmax */ member
H A Dpounders.c280 …("LAPACKgetrf", LAPACKgetrf_(&blasnplus1, &blasnp, mfqP->M, &blasnplus1, mfqP->npmaxiwork, &info)); in getquadpounders()
308 …rs", LAPACKgetrs_("T", &blasnplus1, &ione, mfqP->M, &blasnplus1, mfqP->npmaxiwork, &mfqP->RES[mfqP… in getquadpounders()
969 PetscCall(PetscMalloc1(mfqP->nmax, &mfqP->npmaxiwork)); in TaoSetUp_POUNDERS()
1081 PetscCall(PetscFree(mfqP->npmaxiwork)); in TaoDestroy_POUNDERS()