Searched refs:LAPACKgetri_ (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | mathfit.c | 52 PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&two, H, &two, ipiv, work, &two, &info)); in PetscLinearRegression()
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 127 #define LAPACKgetri_ PETSCBLAS(getri, GETRI) macro
|
| H A D | petscblaslapack.h | 77 BLAS_EXTERN void LAPACKgetri_(const PetscBLASInt *, PetscScalar *, const PetscBLASInt *, const Pets…
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 90 …PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&n, &invVscalar[s * spdim * spdim], &n, pivots, work, &n… in PetscFESetUp_Composite()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 528 … PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&B_N, &dummy, &B_N, &B_N, &lwork, &B_lwork, &B_ierr)); in PCBDDCSetupFETIDPMatContext() 547 PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&B_N, W, &B_N, pivots, Bwork, &B_lwork, &B_ierr)); in PCBDDCSetupFETIDPMatContext()
|
| H A D | bddcschurs.c | 634 …PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&B_N, &dummyscalar, &B_N, &dummyint, &lwork, &B_lwork, &… in PCBDDCSubSchursSetUp() 1731 … PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&B_N, S_data, &B_N, pivots, Bwork, &B_lwork, &B_ierr)); in PCBDDCSubSchursSetUp() 2015 …PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&B_N, array + cum, &B_N, pivots, Bwork, &B_lwork, &B_ier… in PCBDDCSubSchursSetUp()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 398 PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&bm, Jinvs, &bm, pivots, W, &bm, &info)); in PetscDTJacobianInverse_Internal() 419 PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&bm, JJT, &bm, pivots, W, &bm, &info)); in PetscDTJacobianInverse_Internal() 449 PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&bn, JTJ, &bn, pivots, W, &bn, &info)); in PetscDTJacobianInverse_Internal()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 50 …PetscCallBLAS("LAPACKgetri", LAPACKgetri_(&n, mat->v, &mat->lda, mat->pivots, mat->fwork, &mat->lf… in MatSeqDenseInvertFactors_Private()
|