|
MBDyn-1.7.3
|
#include <solman.h>

Public Member Functions | |
| ScaleOpt (ScaleWhen when=SCALEW_NEVER, ScaleAlgorithm alg=SCALEA_UNDEF, integer iMaxIter=100, doublereal dTol=sqrt(std::numeric_limits< doublereal >::epsilon()), unsigned flags=SCALEF_DEFAULT) | |
Public Attributes | |
| ScaleWhen | when |
| ScaleAlgorithm | algorithm |
| integer | iMaxIter |
| doublereal | dTol |
| unsigned | uFlags |
|
inline |
| ScaleAlgorithm SolutionManager::ScaleOpt::algorithm |
Definition at line 145 of file solman.h.
Referenced by MatrixScale< T >::Allocate(), NaiveSparseSolutionManager::NaiveSparseSolutionManager(), and ReadLinSol().
| doublereal SolutionManager::ScaleOpt::dTol |
Definition at line 147 of file solman.h.
Referenced by main(), and ReadLinSol().
| integer SolutionManager::ScaleOpt::iMaxIter |
Definition at line 146 of file solman.h.
Referenced by main(), and ReadLinSol().
| unsigned SolutionManager::ScaleOpt::uFlags |
Definition at line 148 of file solman.h.
Referenced by main(), and ReadLinSol().
| ScaleWhen SolutionManager::ScaleOpt::when |
Definition at line 144 of file solman.h.
Referenced by NaiveSparseSolutionManager::NaiveSparseSolutionManager(), ReadLinSol(), NaiveSparseSolutionManager::ScaleMatrixAndRightHandSide(), and NaiveSparseSolutionManager::ScaleSolution().