MatProductType#
indicates what type of matrix product is requested
Synopsis#
typedef enum {
MATPRODUCT_UNSPECIFIED = 0,
MATPRODUCT_AB,
MATPRODUCT_AtB,
MATPRODUCT_ABt,
MATPRODUCT_PtAP,
MATPRODUCT_RARt,
MATPRODUCT_ABC
} MatProductType;
See Also#
Level#
beginner
Location#
Examples#
src/tao/pde_constrained/tutorials/parabolic.c.html
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages