Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex214.c173 PetscCall(MatMatTransposeSolve(F, spRHST, X)); in main()
/petsc/doc/changes/
H A D310.md48 - Added MatMatTransposeSolve() to MUMPS interface.
/petsc/include/
H A Dpetscmat.h728 PETSC_EXTERN PetscErrorCode MatMatTransposeSolve(Mat, Mat, Mat);
/petsc/src/mat/interface/
H A Dmatrix.c3835 PetscErrorCode MatMatTransposeSolve(Mat A, Mat Bt, Mat X) in MatMatTransposeSolve() function