Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c266 PetscBLASInt blasnpmax, blasnplus1, blasnp, blasint, blasint2; in getquadpounders() local
272 PetscCall(PetscBLASIntCast(mfqP->n + 1, &blasnplus1)); in getquadpounders()
280 …PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&blasnplus1, &blasnp, mfqP->M, &blasnplus1, mfqP->npmaxi… in getquadpounders()
308 …getrs", LAPACKgetrs_("T", &blasnplus1, &ione, mfqP->M, &blasnplus1, mfqP->npmaxiwork, &mfqP->RES[m… in getquadpounders()
339 …PetscBLASInt blasn, blasnpmax, blasnplus1, info, blasnmax, blasint, blasint2, blasnp, blasmaxm… in morepoints() local
347 PetscCall(PetscBLASIntCast(mfqP->n + 1, &blasnplus1)); in morepoints()
398 …PetscCallBLAS("LAPACKgeqrf", LAPACKgeqrf_(&blasnp, &blasnplus1, mfqP->Q_tmp, &blasnpmax, mfqP->tau… in morepoints()
409 …PetscCallBLAS("LAPACKormqr", LAPACKormqr_("R", "N", &blasint2, &blasnp, &blasnplus1, mfqP->Q_tmp, … in morepoints()
444 …PetscCallBLAS("LAPACKormqr", LAPACKormqr_("R", "N", &blasnp, &blasnp, &blasnplus1, mfqP->Q, &blasn… in morepoints()