MatFactorSchurStatus#
Records the current state of the dense Schur complement that is maintained by a factored matrix when a user has requested its formation with MatFactorSetSchurIS()
Synopsis#
Values#
MAT_FACTOR_SCHUR_UNFACTORED- the Schur complement has been assembled but has not yet been factored or invertedMAT_FACTOR_SCHUR_FACTORED- the Schur complement has been factored (for example via dense LU) and can be used to solve viaMatFactorSolveSchurComplement()MAT_FACTOR_SCHUR_INVERTED- the Schur complement has been explicitly inverted in place; subsequent solves multiply by the dense inverse
See Also#
Matrices, Mat, MatFactorSetSchurIS(), MatFactorGetSchurComplement(), MatFactorRestoreSchurComplement(),
MatFactorInvertSchurComplement(), MatFactorCreateSchurComplement()
Level#
advanced
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages