Home
last modified time | relevance | path

Searched defs:MatFactorInfo (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/htool/
H A Dhtool.cxx971 static PetscErrorCode MatFactorNumeric_Htool(Mat F, Mat A, const MatFactorInfo *) in MatFactorNumeric_Htool()
1003 static PetscErrorCode MatLUFactorSymbolic_Htool(Mat F, Mat A, IS, IS, const MatFactorInfo *) in MatLUFactorSymbolic_Htool()
1010 static PetscErrorCode MatCholeskyFactorSymbolic_Htool(Mat F, Mat A, IS, const MatFactorInfo *) in MatCholeskyFactorSymbolic_Htool()
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx671 static PetscErrorCode MatLUFactor_Elemental(Mat A, IS, IS, const MatFactorInfo *) in MatLUFactor_Elemental()
700 static PetscErrorCode MatLUFactorSymbolic_Elemental(Mat, Mat, IS, IS, const MatFactorInfo *) in MatLUFactorSymbolic_Elemental()
707 static PetscErrorCode MatCholeskyFactor_Elemental(Mat A, IS, const MatFactorInfo *) in MatCholeskyFactor_Elemental()
730 static PetscErrorCode MatCholeskyFactorSymbolic_Elemental(Mat, Mat, IS, const MatFactorInfo *) in MatCholeskyFactorSymbolic_Elemental()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu1696 …atic PetscErrorCode MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0(Mat fact, Mat A, const MatFactorInfo *) in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1946 …atic PetscErrorCode MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0(Mat fact, Mat A, const MatFactorInfo *) in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
/petsc/include/
H A Dpetscmat.h1548 } MatFactorInfo; typedef