Searched refs:SCALAPACKpotrf_ (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | petscscalapack.h | 77 #define SCALAPACKpotrf_ PETSCSCALAPACK(potrf, POTRF) macro 83 BLAS_EXTERN void SCALAPACKpotrf_(const char *, PetscBLASInt *, PetscScalar *, PetscBLASInt *, …
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 847 PetscCallBLAS("SCALAPACKpotrf", SCALAPACKpotrf_("L", &a->M, a->loc, &one, &one, a->desc, &info)); in MatCholeskyFactor_ScaLAPACK()
|