Searched refs:LAPACKgetrs_ (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 162 #define LAPACKgetrs_ PETSCBLAS(getrs, GETRS) macro
|
| H A D | petscblaslapack.h | 121 BLAS_EXTERN void LAPACKgetrs_(const char *, const PetscBLASInt *, const PetscBLASInt *, const Petsc…
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 159 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("No transpose", &m, &one, ImV, &n, ipiv, scheme->beta + … in TSGLLESchemeCreate() 184 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("No transpose", &m, &one, ImV, &n, ipiv, scheme->gamma +… in TSGLLESchemeCreate()
|
| /petsc/src/ksp/ksp/guess/impls/pod/ |
| H A D | pod.c | 192 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_(tsolve ? "T" : "N", &bNen, &ione, pod->low, &bNen, pod->… in KSPGuessFormGuess_POD()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcscalingbasic.c | 37 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("T", &m, &nrhs, mat->v, &mat->lda, mat->pivots, x, &m, &… in PCBDDCMatTransposeMatSolve_SeqDense()
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 805 PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("N", &br, &nrhs, TTF, &bmax, INVP, X1, &bmax, &info)); in KSPDGMRESApplyDeflation_DGMRES()
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 308 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("T", &blasnplus1, &ione, mfqP->M, &blasnplus1, mfqP->npm… in getquadpounders()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 409 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_(T ? "T" : "N", &m, &nrhs, mat->v, &mat->lda, mat->pivots… in MatSolve_SeqDense_Internal_LU()
|