#include "petscmat.h" PetscErrorCode MatMatMultNumeric(Mat A,Mat B,Mat C)Neighbor-wise Collective on Mat Many br
A | - the left matrix Many br | |
B | - the right matrix Many br |
This routine is currently implemented for Many br- pairs of AIJ matrices and classes which inherit from AIJ, C will be of type MATAIJ. Many br- pairs of AIJ (A) and Dense (B) matrix, C will be of type Dense. Many br- pairs of Dense (A) and AIJ (B) matrix, C will be of type Dense. Many br
Many br
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