Searched refs:MatLRCGetMats (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/lrc/ |
| H A D | lrc.c | 174 PetscErrorCode MatLRCGetMats(Mat N, Mat *A, Mat *U, Vec *c, Mat *V) in MatLRCGetMats() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 475 PetscErrorCode MatLRCGetMats(PetscMat, PetscMat*, PetscMat*, PetscVec*, PetscMat*)
|
| H A D | Mat.pyx | 5068 petsc.MatLRCGetMats 5075 CHKERR(MatLRCGetMats(self.mat, &A.mat, &U.mat, &c.vec, &V.mat))
|
| /petsc/include/ |
| H A D | petscmat.h | 468 PETSC_EXTERN PetscErrorCode MatLRCGetMats(Mat, Mat *, Mat *, Vec *, Mat *);
|