Searched refs:blasm (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 151 PetscBLASInt blasn, blasn2, blasm, ione = 1; in pounders_update_res() local 156 PetscCall(PetscBLASIntCast(mfqP->m, &blasm)); in pounders_update_res() 177 … PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn2, &factor, &mfqP->H[i], &blasm, mfqP->Hres, &ione)); in pounders_update_res() 211 … PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn2, &factor, &mfqP->H[row], &blasm, mfqP->Hres, &ione)); in pounders_update_res() 215 … PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn2, &factor, &mfqP->H[col], &blasm, mfqP->Hres, &ione)); in pounders_update_res() 221 …PetscCallBLAS("BLASgemv", BLASgemv_("N", &blasn, &blasm, &one, mfqP->Fdiff, &blasn, mfqP->C, &ione… in pounders_update_res() 225 …PetscCallBLAS("BLASgemm", BLASgemm_("N", "T", &blasn, &blasn, &blasm, &one, mfqP->Fdiff, &blasn, m… in pounders_update_res() 231 … PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn2, &factor, &mfqP->H[i], &blasm, mfqP->Hres, &ione)); in pounders_update_res() 530 PetscBLASInt blasm, blasj, blask, blasn, ione = 1, info; in affpoints() local 537 PetscCall(PetscBLASIntCast(mfqP->m, &blasm)); in affpoints() [all …]
|