Amesos Package Browser (Single Doxygen Collection)
Development
|
Amesos_Scaling: base class for scaling procedures. More...
#include <Amesos_Scaling.h>
Public Member Functions | |
~Amesos_Scaling () | |
virtual double * | GetRowScaling ()=0 |
Returns the row scaling vector, or 0 if not computed. More... | |
virtual double * | GetColScaling ()=0 |
Returns the column scaling vector, or 0 if not computed. More... | |
Amesos_Scaling: base class for scaling procedures.
Base class for scaling procedures.
Definition at line 44 of file Amesos_Scaling.h.
|
inline |
Definition at line 48 of file Amesos_Scaling.h.
|
pure virtual |
Returns the row scaling vector, or 0 if not computed.
|
pure virtual |
Returns the column scaling vector, or 0 if not computed.