PETSc version 3.17.0
MatProductGetType
Returns the type of the MatProduct.
Synopsis
#include "petscmat.h"
PetscErrorCode MatProductGetType(Mat mat, MatProductType *mtype)
Not collective
Input Parameter
Output Parameter
| mtype | - the MatProduct type
|
See Also
MatProductCreateWithMat(), MatProductSetType(), MatProductCreate()
Level
intermediate
Location
src/mat/interface/matproduct.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages