Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c190 static PetscErrorCode MatSolve_SuperLU(Mat A, Vec b, Vec x) in MatSolve_SuperLU() function
344 F->ops->solve = MatSolve_SuperLU; in MatLUFactorNumeric_SuperLU()