#include "petscmat.h" PetscErrorCode MatMatMultSymbolic(Mat A,Mat B,PetscReal fill,Mat *C)Collective on Mat
A | - the left matrix | |
B | - the right matrix | |
fill | - expected fill as ratio of nnz(C)/(nnz(A) + nnz(B)) |
This routine is currently only implemented for SeqAIJ matrices and classes which inherit from SeqAIJ.
Level:intermediate
Location:src/mat/impls/aij/seq/matmatmult.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages