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


Public Member Functions | |
| MatrixScale (const SolutionManager::ScaleOpt &scale) | |
| virtual | ~MatrixScale () |
| T & | ScaleMatrix (T &mh) const |
| bool | ComputeScaleFactors (const T &mh) |
Public Member Functions inherited from MatrixScaleBase | |
| MatrixScaleBase (const SolutionManager::ScaleOpt &scale) | |
| virtual | ~MatrixScaleBase () |
| VectorHandler & | ScaleRightHandSide (VectorHandler &bVH) const |
| VectorHandler & | ScaleSolution (VectorHandler &xVH) const |
| std::ostream & | Report (std::ostream &os) const |
| const std::vector< doublereal > & | GetRowScale () const |
| const std::vector< doublereal > & | GetColScale () const |
| bool | bGetInitialized () const |
Static Public Member Functions | |
| static MatrixScale< T > * | Allocate (const SolutionManager::ScaleOpt &scale) |
Protected Member Functions | |
| virtual bool | ComputeScaleFactors (const T &mh, std::vector< doublereal > &rowScale, std::vector< doublereal > &colScale)=0 |
Protected Member Functions inherited from MatrixScaleBase | |
| MatrixHandler::Norm_t | GetCondNumNorm () const |
| virtual std::ostream & | vReport (std::ostream &os) const =0 |
| void | Prepare (const MatrixHandler &mh, integer &nrows, integer &ncols) |
| void | PrepareRows (const MatrixHandler &mh, integer &nrows) |
| void | PrepareCols (const MatrixHandler &mh, integer &ncols) |
| bool | bReport () const |
Additional Inherited Members | |
Protected Attributes inherited from MatrixScaleBase | |
| std::vector< doublereal > | rowScale |
| std::vector< doublereal > | colScale |
| doublereal | dCondBefore |
| doublereal | dCondAfter |
| const unsigned | uFlags |
| bool | bOK |
|
inlineexplicit |
Definition at line 261 of file dgeequ.h.
|
virtual |
|
static |
Definition at line 313 of file dgeequ.h.
References SolutionManager::ScaleOpt::algorithm, ASSERT, MBDYN_EXCEPT_ARGS, SAFENEWWITHCONSTRUCTOR, SolutionManager::SCALEA_COL_MAX, SolutionManager::SCALEA_COL_SUM, SolutionManager::SCALEA_ITERATIVE, SolutionManager::SCALEA_LAPACK, SolutionManager::SCALEA_ROW_MAX, SolutionManager::SCALEA_ROW_MAX_COL_MAX, and SolutionManager::SCALEA_ROW_SUM.
Referenced by NaiveSparseSolutionManager::GetMatrixScale().
|
inline |
Definition at line 305 of file dgeequ.h.
Referenced by ScaleMatrix(), and NaiveSparseSolutionManager::ScaleMatrixAndRightHandSide().
|
protectedpure virtual |
|
inline |
Definition at line 274 of file dgeequ.h.
References SolutionManager::SCALEF_COND_NUM.
Referenced by ScaleMatrix(), and NaiveSparseSolutionManager::ScaleMatrixAndRightHandSide().