A class to store all the parameters used for solvers.
More...
#include <SolverParameters.h>
A class to store all the parameters used for solvers.
◆ SetConvergeDiff()
void NTPoly::SolverParameters::SetConvergeDiff |
( |
double |
new_value | ) |
|
When do we consider a calculation converged.
- Parameters
-
◆ SetLoadBalance()
void NTPoly::SolverParameters::SetLoadBalance |
( |
const Permutation & |
new_value | ) |
|
Load balance settings.
- Parameters
-
◆ SetMaxIterations()
void NTPoly::SolverParameters::SetMaxIterations |
( |
int |
new_value | ) |
|
Max iterations to perform.
- Parameters
-
◆ SetThreshold()
void NTPoly::SolverParameters::SetThreshold |
( |
double |
new_value | ) |
|
Threshold for flushing small values.
- Parameters
-
◆ SetVerbosity()
void NTPoly::SolverParameters::SetVerbosity |
( |
bool |
new_value | ) |
|
Whether to have a verbose calculation.
- Parameters
-
The documentation for this class was generated from the following files:
- /Users/wddawson/Documents/NTPoly/NTPoly-Max/Source/CPlusPlus/SolverParameters.h
- /Users/wddawson/Documents/NTPoly/NTPoly-Max/Source/CPlusPlus/SolverParameters.cc