Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/seq/
H A Ddense.h75 PETSC_INTERN PetscErrorCode MatLUFactor_SeqDense(Mat, IS, IS, const MatFactorInfo *);
H A Ddense.c789 PetscErrorCode MatLUFactor_SeqDense(Mat A, IS row, IS col, PETSC_UNUSED const MatFactorInfo *minfo) in MatLUFactor_SeqDense() function
3082 MatLUFactor_SeqDense,
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1121 MatSetOp_CUPM(to_host, A, lufactor, MatLUFactor_SeqDense, SolveLU::Factor); in BindToCPU()