Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Amesos_Scaling Class Referenceabstract

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...
 

Detailed Description

Amesos_Scaling: base class for scaling procedures.

Base class for scaling procedures.

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

Definition at line 44 of file Amesos_Scaling.h.

Constructor & Destructor Documentation

Amesos_Scaling::~Amesos_Scaling ( )
inline

Definition at line 48 of file Amesos_Scaling.h.

Member Function Documentation

virtual double* Amesos_Scaling::GetRowScaling ( )
pure virtual

Returns the row scaling vector, or 0 if not computed.

virtual double* Amesos_Scaling::GetColScaling ( )
pure virtual

Returns the column scaling vector, or 0 if not computed.


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