42#ifndef EpetraExt_LINEARPROBLEM_SCALE_H
43#define EpetraExt_LINEARPROBLEM_SCALE_H
Given an input Epetra_LinearProblem, recursive, left and right scaling are performed.
~LinearProblem_Scale()
Destructor.
std::vector< Epetra_Vector * > rScaleVecs_
std::vector< Epetra_Vector * > lScaleVecs_
bool fwd()
Applies forward scaling.
bool rvs()
Reverses scaling.
LinearProblem_Scale(ScaleType left=Sum, ScaleType right=Sum, double exp_fac=1.0, int iterations=1)
Constructor.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.