Searched refs:npmaxiwork (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.h | 69 PetscBLASInt *npmaxiwork; /* integer work vector of length npmax */ member
|
| H A D | pounders.c | 280 …("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()
|