Searched refs:blasn2 (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 157 PetscCall(PetscBLASIntCast(mfqP->n * mfqP->n, &blasn2)); 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() 231 … PetscCallBLAS("BLASaxpy", BLASaxpy_(&blasn2, &factor, &mfqP->H[i], &blasm, mfqP->Hres, &ione)); in pounders_update_res()
|