Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/spqr/
H A Daijspqr.c111 static PetscErrorCode MatSolve_SPQR_Internal(Mat F, cholmod_dense *cholB, cholmod_dense **_Y_handle) in MatSolve_SPQR_Internal() function
143 PetscCall(MatSolve_SPQR_Internal(F, &cholB, &Y_handle)); in MatSolve_SPQR()
163 PetscCall(MatSolve_SPQR_Internal(F, &cholB, &Y_handle)); in MatMatSolve_SPQR()