DSStateType#
Indicates in which state the direct solver is.
Synopsis#
typedef enum { DS_STATE_RAW,
DS_STATE_INTERMEDIATE,
DS_STATE_CONDENSED,
DS_STATE_TRUNCATED } DSStateType;
Values#
DS_STATE_RAW- initial state, the matrices have not been modified yetDS_STATE_INTERMEDIATE- matrices have been reduced to intermediate formDS_STATE_CONDENSED- problem solved, matrices in condensed formDS_STATE_TRUNCATED- problem solved and in addition the dimension has been truncated
See Also#
Level#
advanced
Location#
Index of all DS routines Table of Contents for all manual pages Index of all manual pages