more details on warning levels
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#endif
|
||||
//// The level of warning messages printed to ARMA_CERR_STREAM.
|
||||
//// Must be an integer >= 0. The default value is 2.
|
||||
//// 0 = no warnings
|
||||
//// 0 = no warnings; generally not recommended
|
||||
//// 1 = only critical warnings about arguments and/or data which are likely to lead to incorrect results
|
||||
//// 2 = as per level 1, and warnings about poorly conditioned systems (low rcond) detected by solve(), spsolve(), etc
|
||||
//// 3 = as per level 2, and warnings about failed decompositions, failed saving/loading, etc
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#endif
|
||||
//// The level of warning messages printed to ARMA_CERR_STREAM.
|
||||
//// Must be an integer >= 0. The default value is 2.
|
||||
//// 0 = no warnings
|
||||
//// 0 = no warnings; generally not recommended
|
||||
//// 1 = only critical warnings about arguments and/or data which are likely to lead to incorrect results
|
||||
//// 2 = as per level 1, and warnings about poorly conditioned systems (low rcond) detected by solve(), spsolve(), etc
|
||||
//// 3 = as per level 2, and warnings about failed decompositions, failed saving/loading, etc
|
||||
|
||||
Reference in New Issue
Block a user