MatFactorType#
indicates what type of factorization is requested
Synopsis#
Values#
- MAT_FACTOR_LU- LU factorization
- MAT_FACTOR_CHOLESKY- Cholesky factorization
- MAT_FACTOR_ILU- ILU factorization
- MAT_FACTOR_ICC- incomplete Cholesky factorization
- MAT_FACTOR_ILUDT- ILU factorization with drop tolerance
- MAT_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