#include <Amesos_Scaling.h>
Public Member Functions | |
~Amesos_Scaling () | |
virtual double * | GetRowScaling ()=0 |
Returns the row scaling vector, or 0 if not computed. | |
virtual double * | GetColScaling ()=0 |
Returns the column scaling vector, or 0 if not computed. |
Base class for scaling procedures.
Amesos_Scaling::~Amesos_Scaling | ( | ) | [inline] |
virtual double* Amesos_Scaling::GetColScaling | ( | ) | [pure virtual] |
Returns the column scaling vector, or 0 if not computed.
virtual double* Amesos_Scaling::GetRowScaling | ( | ) | [pure virtual] |
Returns the row scaling vector, or 0 if not computed.