Home
last modified time | relevance | path

Searched refs:LAPACKhetrf_ (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscblaslapack_mangle.h224 #define LAPACKhetrf_ PETSCBLAS(hetrf, HETRF) macro
H A Dpetscblaslapack.h199 BLAS_EXTERN void LAPACKhetrf_(const char *, const PetscBLASInt *, PetscScalar *, const PetscBLASInt…
/petsc/src/mat/impls/dense/seq/
H A Ddense.c857 …PetscCallBLAS("LAPACKhetrf", LAPACKhetrf_("L", &n, mat->v, &mat->lda, mat->pivots, &dummy, &mat->l… in MatCholeskyFactor_SeqDense()
863 …PetscCallBLAS("LAPACKhetrf", LAPACKhetrf_("L", &n, mat->v, &mat->lda, mat->pivots, mat->fwork, &ma… in MatCholeskyFactor_SeqDense()