Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex101.c67 PetscCall(MatProductGetAlgorithm(mC, &alg)); in main()
/petsc/doc/changes/
H A D321.md95 - Add function `MatProductGetAlgorithm()`
/petsc/src/mat/interface/
H A Dmatproduct.c930 PetscErrorCode MatProductGetAlgorithm(Mat mat, MatProductAlgorithm *alg) in MatProductGetAlgorithm() function
/petsc/include/
H A Dpetscmat.h296 PETSC_EXTERN PetscErrorCode MatProductGetAlgorithm(Mat, MatProductAlgorithm *);