Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/ !
H A Dpounders.h67 PetscReal *tau_tmp; /* scalar factors of H(i) */ member
H A Dpounders.c398 …eqrf", LAPACKgeqrf_(&blasnp, &blasnplus1, mfqP->Q_tmp, &blasnpmax, mfqP->tau_tmp, mfqP->mwork, &bl… in morepoints()
409 …R", "N", &blasint2, &blasnp, &blasnplus1, mfqP->Q_tmp, &blasnpmax, mfqP->tau_tmp, mfqP->L_tmp, &bl… in morepoints()
427 for (i = 0; i < mfqP->npmax; i++) mfqP->tau[i] = mfqP->tau_tmp[i]; in morepoints()
966 PetscCall(PetscMalloc1(mfqP->npmax, &mfqP->tau_tmp)); in TaoSetUp_POUNDERS()
1079 PetscCall(PetscFree(mfqP->tau_tmp)); in TaoDestroy_POUNDERS()