Searched refs:blask (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 490 PetscBLASInt blasn, blasnpmax, blask, info; in modelimprove() local 496 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blask)); in modelimprove() 506 …PetscCallBLAS("LAPACKormqr", LAPACKormqr_("R", "N", &blasn, &blasn, &blask, mfqP->Q, &blasnpmax, m… in modelimprove() 530 PetscBLASInt blasm, blasj, blask, blasn, ione = 1, info; in affpoints() local 549 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blask)); in affpoints() 550 …PetscCallBLAS("LAPACKormqr", LAPACKormqr_("R", "N", &ione, &blasn, &blask, mfqP->Q, &blasnpmax, mf… in affpoints() 559 PetscCall(PetscBLASIntCast(mfqP->npmax * (mfqP->nmodelpoints), &blask)); in affpoints() 560 PetscCallBLAS("BLAScopy", BLAScopy_(&blask, mfqP->Q_tmp, &ione, mfqP->Q, &ione)); in affpoints() 561 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blask)); in affpoints() 563 …PetscCallBLAS("LAPACKgeqrf", LAPACKgeqrf_(&blasn, &blask, mfqP->Q, &blasnpmax, mfqP->tau, mfqP->mw… in affpoints()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 850 PetscBLASInt blasn, blask; in DMSwarmComputeMassMatrixSquare_Private() local 854 PetscCall(PetscBLASIntCast(numFIndices, &blask)); in DMSwarmComputeMassMatrixSquare_Private() 855 …BLAS("BLASgemm", BLASgemm_("T", "N", &blasn, &blasn, &blask, &one, elemMat, &blask, elemMat, &blas… in DMSwarmComputeMassMatrixSquare_Private()
|