MatFactorType#
indicates what type of factorization is requested
Synopsis#
Values#
MAT_FACTOR_LU
- LU factorizationMAT_FACTOR_CHOLESKY
- Cholesky factorizationMAT_FACTOR_ILU
- ILU factorizationMAT_FACTOR_ICC
- incomplete Cholesky factorizationMAT_FACTOR_ILUDT
- ILU factorization with drop toleranceMAT_FACTOR_QR
- QR factorization
See Also#
Matrices, MatSolverType
, MatGetFactor()
, MatGetFactorAvailable()
, MatSolverTypeRegister()
Level#
beginner
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages