#include <methods.h>
User-specified parameters for solving a linear system.
Public Methods | |
SolverTraits (bool checkResult=true) | |
SolverTraits (MethodTraits traits, bool checkResult=true) | |
bool | checkResult () const |
void | checkResult (bool s) |
|
Constructor
|
|
Constructor from a MethodTraits 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 @ref{solve}. |
|
Accessors These functions just return the corresponding parameters from the structure |