40 #ifndef AMESOS_SCALING_H 
   41 #define AMESOS_SCALING_H 
virtual double * GetColScaling()=0
Returns the column scaling vector, or 0 if not computed. 
 
virtual double * GetRowScaling()=0
Returns the row scaling vector, or 0 if not computed. 
 
Amesos_Scaling: base class for scaling procedures.