Home
last modified time | relevance | path

Searched refs:LAPACKgetrf_ (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/utils/
H A Dmathfit.c51 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&two, &two, H, &two, ipiv, &info)); in PetscLinearRegression()
/petsc/include/
H A Dpetscblaslapack_mangle.h126 #define LAPACKgetrf_ PETSCBLAS(getrf, GETRF) macro
H A Dpetscblaslapack.h75 BLAS_EXTERN void LAPACKgetrf_(const PetscBLASInt *, const PetscBLASInt *, PetscScalar *, const Pets…
/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c89 …PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&n, &n, &invVscalar[s * spdim * spdim], &n, pivots, &inf… in PetscFESetUp_Composite()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c629 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&nr, &nr, TTF, &bmax, INVP, &info)); in KSPDGMRESComputeDeflationData_DGMRES()
963 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&nr, &nr, TTF, &bm, INVP, &info)); in KSPDGMRESImproveEig_DGMRES()
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c190 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&bNen, &bNen, pod->low, &bNen, pod->iwork, &lierr)); in KSPGuessFormGuess_POD()
/petsc/src/dm/dt/interface/
H A Ddt.c396 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&bm, &bm, Jinvs, &bm, pivots, &info)); in PetscDTJacobianInverse_Internal()
417 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&bm, &bm, JJT, &bm, pivots, &info)); in PetscDTJacobianInverse_Internal()
447 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&bn, &bn, JTJ, &bn, pivots, &info)); in PetscDTJacobianInverse_Internal()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c545 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&B_N, &B_N, W, &B_N, pivots, &B_ierr)); in PCBDDCSetupFETIDPMatContext()
H A Dbddcschurs.c1729 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&B_N, &B_N, S_data, &B_N, pivots, &B_ierr)); in PCBDDCSubSchursSetUp()
2013 … PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&B_N, &B_N, array + cum, &B_N, pivots, &B_ierr)); in PCBDDCSubSchursSetUp()
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c280 …PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&blasnplus1, &blasnp, mfqP->M, &blasnplus1, mfqP->npmaxi… in getquadpounders()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c800 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&m, &n, mat->v, &mat->lda, mat->pivots, &info)); in MatLUFactor_SeqDense()