Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex76.c288 PetscCall(MatSolves(sC, bb, xx)); in main()
/petsc/include/
H A Dpetscmat.h1571 PETSC_EXTERN PetscErrorCode MatSolves(Mat, Vecs, Vecs);
/petsc/src/mat/interface/
H A Dmatrix.c9325 PetscErrorCode MatSolves(Mat mat, Vecs b, Vecs x) in MatSolves() function