MatProductGetType#

Returns the type of matrix-matrix product associated with the given matrix.

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatProductGetType(Mat mat, MatProductType *mtype)

Not collective

Input Parameter#

  • mat - the matrix

Output Parameter#

See Also#

Mat, MatProductCreateWithMat(), MatProductSetType(), MatProductCreate(), MatProductType, MatProductAlgorithm

Level#

intermediate

Location#

src/mat/interface/matproduct.c


Edit on GitLab

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages