40#ifndef AMESOS_SCALING_H
41#define AMESOS_SCALING_H
Amesos_Scaling: base class for scaling procedures.
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.