Searched refs:blasnpmax (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 271 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in getquadpounders() 298 …PetscCallBLAS("BLASgemv", BLASgemv_("T", &blasnp, &blasint2, &one, mfqP->Z, &blasnpmax, &mfqP->RES… in getquadpounders() 339 …PetscBLASInt blasn, blasnpmax, blasnplus1, info, blasnmax, blasint, blasint2, blasnp, blasmaxm… in morepoints() local 344 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in morepoints() 398 …PetscCallBLAS("LAPACKgeqrf", LAPACKgeqrf_(&blasnp, &blasnplus1, mfqP->Q_tmp, &blasnpmax, mfqP->tau… in morepoints() 409 …, LAPACKormqr_("R", "N", &blasint2, &blasnp, &blasnplus1, mfqP->Q_tmp, &blasnpmax, mfqP->tau_tmp, … in morepoints() 444 …r_("R", "N", &blasnp, &blasnp, &blasnplus1, mfqP->Q, &blasnpmax, mfqP->tau, mfqP->Q_tmp, &blasnpma… in morepoints() 490 PetscBLASInt blasn, blasnpmax, blask, info; in modelimprove() local 495 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in modelimprove() [all …]
|