Home
last modified time | relevance | path

Searched refs:LAPACKgetrs_ (Results 1 – 8 of 8) sorted by relevance

/petsc/include/
H A Dpetscblaslapack_mangle.h162 #define LAPACKgetrs_ PETSCBLAS(getrs, GETRS) macro
H A Dpetscblaslapack.h121 BLAS_EXTERN void LAPACKgetrs_(const char *, const PetscBLASInt *, const PetscBLASInt *, const Petsc…
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c159 …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 Dpod.c192 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_(tsolve ? "T" : "N", &bNen, &ione, pod->low, &bNen, pod->… in KSPGuessFormGuess_POD()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcscalingbasic.c37 …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 Ddgmres.c805 PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("N", &br, &nrhs, TTF, &bmax, INVP, X1, &bmax, &info)); in KSPDGMRESApplyDeflation_DGMRES()
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c308 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_("T", &blasnplus1, &ione, mfqP->M, &blasnplus1, mfqP->npm… in getquadpounders()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c409 …PetscCallBLAS("LAPACKgetrs", LAPACKgetrs_(T ? "T" : "N", &m, &nrhs, mat->v, &mat->lda, mat->pivots… in MatSolve_SeqDense_Internal_LU()