Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.h72 PetscReal *L_tmp; /* n*(n+1)/2 x npmax */ member
H A Dpounders.c288 … * blasint], &blasint, &mfqP->L[(mfqP->n + 1) * blasint], &blasint, &zero, mfqP->L_tmp, &blasint)); in getquadpounders()
291 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("L", &blasint2, mfqP->L_tmp, &blasint, &info)); in getquadpounders()
299 …PetscCallBLAS("LAPACKpotrs", LAPACKpotrs_("L", &blasint2, &ione, mfqP->L_tmp, &blasint, mfqP->omeg… in getquadpounders()
405 for (i = 0; i < mfqP->n * (mfqP->n + 1) / 2 * mfqP->npmax; i++) mfqP->L_tmp[i] = mfqP->N[i]; in morepoints()
409 …int2, &blasnp, &blasnplus1, mfqP->Q_tmp, &blasnpmax, mfqP->tau_tmp, mfqP->L_tmp, &blasint2, mfqP->… in morepoints()
413 … for (i = 0; i < mfqP->npmax * mfqP->n * (mfqP->n + 1) / 2; i++) mfqP->L_save[i] = mfqP->L_tmp[i]; in morepoints()
418 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("N", "N", &blasint2, &blasint, &mfqP->L_tmp[(mfqP->n + 1… in morepoints()
960 PetscCall(PetscMalloc1(mfqP->n * (mfqP->n + 1) / 2 * (mfqP->npmax), &mfqP->L_tmp)); in TaoSetUp_POUNDERS()
1073 PetscCall(PetscFree(mfqP->L_tmp)); in TaoDestroy_POUNDERS()