#include "petscmat.h" PetscErrorCode MatPtAPSymbolic(Mat A,Mat P,PetscReal fill,Mat *C)Neighbor-wise Collective on Mat
A | - the matrix | |
P | - the projection matrix |
This routine is currently only implemented for pairs of SeqAIJ matrices and classes which inherit from SeqAIJ. C will be of type MATSEQAIJ. The product is computed using this (i,j) structure by calling MatPtAPNumeric().
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