MatLMVMSymBroydenScaleType#
Scaling type for symmetric Broyden.
Synopsis#
typedef enum {
MAT_LMVM_SYMBROYDEN_SCALE_NONE = 0,
MAT_LMVM_SYMBROYDEN_SCALE_SCALAR = 1,
MAT_LMVM_SYMBROYDEN_SCALE_DIAGONAL = 2,
MAT_LMVM_SYMBROYDEN_SCALE_USER = 3
} MatLMVMSymBroydenScaleType;
Values#
MAT_LMVM_SYMBROYDEN_SCALE_NONE
- No scalingMAT_LMVM_SYMBROYDEN_SCALE_SCALAR
- scalar scalingMAT_LMVM_SYMBROYDEN_SCALE_DIAGONAL
- diagonal scalingMAT_LMVM_SYMBROYDEN_SCALE_USER
- user-provided scale option
See Also#
Matrices, MatLMVM
, MatLMVMSymBroydenSetScaleType()
Level#
intermediate
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages