Amesos_Scaling Class Reference

Amesos_Scaling: base class for scaling procedures. More...

#include <Amesos_Scaling.h>

List of all members.

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.


Detailed Description

Amesos_Scaling: base class for scaling procedures.

Base class for scaling procedures.

Author:
Marzio Sala, ETHZ.
Date:
Last updated on Feb-06.

Constructor & Destructor Documentation

Amesos_Scaling::~Amesos_Scaling (  )  [inline]


Member Function Documentation

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.


The documentation for this class was generated from the following file: