Searched refs:blasnp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 266 PetscBLASInt blasnpmax, blasnplus1, blasnp, blasint, blasint2; in getquadpounders() local 273 PetscCall(PetscBLASIntCast(np, &blasnp)); in getquadpounders() 280 …PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&blasnplus1, &blasnp, mfqP->M, &blasnplus1, mfqP->npmaxi… in getquadpounders() 298 …PetscCallBLAS("BLASgemv", BLASgemv_("T", &blasnp, &blasint2, &one, mfqP->Z, &blasnpmax, &mfqP->RES… 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 348 PetscCall(PetscBLASIntCast(mfqP->n, &blasnp)); in morepoints() 395 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints + 1, &blasnp)); 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() [all …]
|