#include <methods.h>
User-specified parameters for solving a linear system.
Public Member Functions | |
| SolverTraits (bool checkResult=true) | |
| SolverTraits (MethodTraits traits, bool checkResult=true) | |
| bool | checkResult () const |
| void | checkResult (bool s) |
|
|
Constructor
|
|
||||||||||||
|
Constructor from a MethodTraits structure
|
|
|
Accessors These functions just return the corresponding parameters from the structure |
|
|
Manipulators These functions allow on-the-fly modification of a SolverTraits structure. Note that it is guaranteed that your SolverTraits structure will not be modified during solve}. |
1.3.7