Home
last modified time | relevance | path

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

/petsc/src/mat/impls/transpose/
H A Dhtransm.c301 static PetscErrorCode MatSolve_HT_Cholesky(Mat N, Vec b, Vec x) in MatSolve_HT_Cholesky() function
353 PetscCall(MatShellSetOperation(N, MATOP_SOLVE, (PetscErrorCodeFn *)MatSolve_HT_Cholesky)); in MatCholeskyFactor_HT()
393 PetscCall(MatShellSetOperation(F, MATOP_SOLVE, (PetscErrorCodeFn *)MatSolve_HT_Cholesky)); in MatCholeskyFactorNumeric_HT()