#include "petscmat.h" PetscErrorCode MatRARt(Mat A,Mat R,MatReuse scall,PetscReal fill,Mat *C)Neighbor-wise Collective on Mat
A | - the matrix | |
R | - the projection matrix | |
scall | - either MAT_INITIAL_MATRIX or MAT_REUSE_MATRIX | |
fill | - expected fill as ratio of nnz(C)/nnz(A) |
This routine is currently only implemented for pairs of AIJ matrices and classes which inherit from AIJ.
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages