Searched refs:LAPACKpotrs_ (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/impls/bcgsl/ |
| H A D | bcgsl.c | 201 …PetscCallBLAS("LAPACKpotrs", LAPACKpotrs_("Lower", &bell, &ione, &MZa[1 + ldMZ], &ldMZ, &AY0c[1], … in KSPSolve_BCGSL() 215 …PetscCallBLAS("LAPACKpotrs", LAPACKpotrs_("Lower", &neqs, &ione, &MZa[1 + ldMZ], &ldMZ, &AY0c[1], … in KSPSolve_BCGSL() 220 …PetscCallBLAS("LAPACKpotrs", LAPACKpotrs_("Lower", &neqs, &ione, &MZa[1 + ldMZ], &ldMZ, &AYlc[1], … in KSPSolve_BCGSL()
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 155 #define LAPACKpotrs_ PETSCBLAS(potrs, POTRS) macro
|
| H A D | petscblaslapack.h | 110 BLAS_EXTERN void LAPACKpotrs_(const char *, const PetscBLASInt *, const PetscBLASInt *, const Petsc…
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 299 …PetscCallBLAS("LAPACKpotrs", LAPACKpotrs_("L", &blasint2, &ione, mfqP->L_tmp, &blasint, mfqP->omeg… in getquadpounders()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 425 PetscCallBLAS("LAPACKpotrs", LAPACKpotrs_("L", &m, &nrhs, mat->v, &mat->lda, x, &m, &info)); in MatSolve_SeqDense_Internal_Cholesky()
|