Home
last modified time | relevance | path

Searched refs:blasint (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
274 PetscCall(PetscBLASIntCast(mfqP->n * (mfqP->n + 1) / 2, &blasint)); in getquadpounders()
288 …lasint2, &blasint, &one, &mfqP->L[(mfqP->n + 1) * blasint], &blasint, &mfqP->L[(mfqP->n + 1) * bla… 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()
303 …PetscCallBLAS("BLASgemv", BLASgemv_("N", &blasint, &blasint2, &one, &mfqP->L[(mfqP->n + 1) * blasi… in getquadpounders()
307 …PetscCallBLAS("BLASgemv", BLASgemv_("T", &blasint, &blasnp, &negone, mfqP->N, &blasint, mfqP->beta… in getquadpounders()
339 …PetscBLASInt blasn, blasnpmax, blasnplus1, info, blasnmax, blasint, blasint2, blasnp, blasmaxm… in morepoints() local
416 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints - mfqP->n, &blasint)); in morepoints()
418 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("N", "N", &blasint2, &blasint, &mfqP->L_tmp[(mfqP->n + 1… in morepoints()
[all …]