Home
last modified time | relevance | path

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

/petsc/src/mat/impls/transpose/
H A Dtransm.c95 …PetscCall(MatShellSetOperation(N, MATOP_MAT_SOLVE_TRANSPOSE, (PetscErrorCodeFn *)MatMatSolveTransp… in MatLUFactor_Transpose()
171 …PetscCall(MatShellSetOperation(N, MATOP_MAT_SOLVE_TRANSPOSE, (PetscErrorCodeFn *)MatMatSolveTransp… in MatCholeskyFactor_Transpose()
188 …PetscCall(MatShellSetOperation(F, MATOP_MAT_SOLVE_TRANSPOSE, (PetscErrorCodeFn *)MatMatSolveTransp… in MatLUFactorNumeric_Transpose()
217 …PetscCall(MatShellSetOperation(F, MATOP_MAT_SOLVE_TRANSPOSE, (PetscErrorCodeFn *)MatMatSolveTransp… in MatCholeskyFactorNumeric_Transpose()
/petsc/include/
H A Dpetscmat.h1999 MATOP_MAT_SOLVE_TRANSPOSE = 101, enumerator