MatProductType#
indicates what type of matrix product to compute
Synopsis#
typedef enum {
MATPRODUCT_UNSPECIFIED = 0,
MATPRODUCT_AB,
MATPRODUCT_AtB,
MATPRODUCT_ABt,
MATPRODUCT_PtAP,
MATPRODUCT_RARt,
MATPRODUCT_ABC
} MatProductType;
Values#
MATPRODUCT_AB
- product of two matricesMATPRODUCT_AtB
- product of the transpose of a given matrix with a matrixMATPRODUCT_ABt
- product of a matrix with the transpose of another given matrixMATPRODUCT_PtAP
- the triple product of the transpose of a matrix with another matrix and itselfMATPRODUCT_RARt
- the triple product of a matrix, another matrix and the transpose of the first matrixMATPRODUCT_ABC
- the product of three matrices
See Also#
Level#
beginner
Location#
Examples#
src/tao/pde_constrained/tutorials/parabolic.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages