Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatproduct.c1338 PetscErrorCode MatProductGetMats(Mat mat, Mat *A, Mat *B, Mat *C) in MatProductGetMats() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx1273 CHKERR(MatProductGetMats(mat, &A, &B, &C))
1309 CHKERR(MatProductGetMats(mat, &A, &B, &C))
1353 CHKERR(MatProductGetMats(mat, &A, &B, &C))
H A Dpetscmat.pxi525 PetscErrorCode MatProductGetMats(PetscMat, PetscMat*, PetscMat*, PetscMat*)
/petsc/include/
H A Dpetscmat.h305 PETSC_EXTERN PetscErrorCode MatProductGetMats(Mat, Mat *, Mat *, Mat *);