Searched refs:LAPACKpotrf_ (Results 1 – 7 of 7) sorted by relevance
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 153 #define LAPACKpotrf_ PETSCBLAS(potrf, POTRF) macro
|
| H A D | petscblaslapack.h | 108 BLAS_EXTERN void LAPACKpotrf_(const char *, const PetscBLASInt *, PetscScalar *, const PetscBLASInt…
|
| /petsc/src/ksp/ksp/impls/bcgsl/ |
| H A D | bcgsl.c | 195 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("Lower", &bell, &MZa[1 + ldMZ], &ldMZ, &bierr)); in KSPSolve_BCGSL() 209 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("Lower", &neqs, &MZa[1 + ldMZ], &ldMZ, &bierr)); in KSPSolve_BCGSL()
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | gqt.c | 291 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("U", &blasn, a, &blaslda, &indef)); in gqt()
|
| H A D | pounders.c | 291 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("L", &blasint2, mfqP->L_tmp, &blasint, &info)); in getquadpounders()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 1719 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("L", &B_N, S_data, &B_N, &B_ierr)); in PCBDDCSubSchursSetUp() 2003 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("L", &B_N, array + cum, &B_N, &B_ierr)); in PCBDDCSubSchursSetUp()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 847 PetscCallBLAS("LAPACKpotrf", LAPACKpotrf_("L", &n, mat->v, &mat->lda, &info)); in MatCholeskyFactor_SeqDense()
|