Searched refs:LAPACKgetrf_ (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | mathfit.c | 51 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&two, &two, H, &two, ipiv, &info)); in PetscLinearRegression()
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 126 #define LAPACKgetrf_ PETSCBLAS(getrf, GETRF) macro
|
| H A D | petscblaslapack.h | 75 BLAS_EXTERN void LAPACKgetrf_(const PetscBLASInt *, const PetscBLASInt *, PetscScalar *, const Pets…
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 89 …PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&n, &n, &invVscalar[s * spdim * spdim], &n, pivots, &inf… in PetscFESetUp_Composite()
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 629 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 D | pod.c | 190 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&bNen, &bNen, pod->low, &bNen, pod->iwork, &lierr)); in KSPGuessFormGuess_POD()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 396 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 D | bddcfetidp.c | 545 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&B_N, &B_N, W, &B_N, pivots, &B_ierr)); in PCBDDCSetupFETIDPMatContext()
|
| H A D | bddcschurs.c | 1729 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 D | pounders.c | 280 …PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&blasnplus1, &blasnp, mfqP->M, &blasnplus1, mfqP->npmaxi… in getquadpounders()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 800 PetscCallBLAS("LAPACKgetrf", LAPACKgetrf_(&m, &n, mat->v, &mat->lda, mat->pivots, &info)); in MatLUFactor_SeqDense()
|