Searched refs:npmaxwork (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.h | 68 PetscReal *npmaxwork; /* work vector of length npmax */ member
|
| H A D | pounders.c | 409 …, mfqP->Q_tmp, &blasnpmax, mfqP->tau_tmp, mfqP->L_tmp, &blasint2, mfqP->npmaxwork, &blasnmax, &inf… in morepoints() 418 …], &blasint2, mfqP->beta, mfqP->work, &blasn, mfqP->work, &blasn, mfqP->npmaxwork, &blasnmax, &inf… in morepoints() 444 …snplus1, mfqP->Q, &blasnpmax, mfqP->tau, mfqP->Q_tmp, &blasnpmax, mfqP->npmaxwork, &blasnmax, &inf… in morepoints() 506 … &blask, mfqP->Q, &blasnpmax, mfqP->tau, mfqP->Q_tmp, &blasnpmax, mfqP->npmaxwork, &blasnmax, &inf… in modelimprove() 968 PetscCall(PetscMalloc1(mfqP->nmax, &mfqP->npmaxwork)); in TaoSetUp_POUNDERS() 1080 PetscCall(PetscFree(mfqP->npmaxwork)); in TaoDestroy_POUNDERS()
|