#include "petscmat.h" PetscErrorCode MatGetBrowsOfAcols(Mat A,Mat B,MatReuse scall,IS *rowb,IS *colb,Mat *B_seq)Collective on Mat Many br
A,B | - the matrices in mpiaij format Many br | |
scall | - either MAT_INITIAL_MATRIX or MAT_REUSE_MATRIX Many br | |
rowb, colb | - index sets of rows and columns of B to extract (or NULL) Many br |
rowb, colb | - index sets of rows and columns of B to extract Many br | |
B_seq | - the sequential matrix generated Many br |
Many br
Level:developer
Location:src/mat/impls/aij/mpi/mpiaij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages