42#ifndef EpetraExt_LINEARPROBLEM_SCALE_H
43#define EpetraExt_LINEARPROBLEM_SCALE_H
103 std::vector<Epetra_Vector*> lScaleVecs_;
104 std::vector<Epetra_Vector*> rScaleVecs_;
Given an input Epetra_LinearProblem, recursive, left and right scaling are performed.
~LinearProblem_Scale()
Destructor.
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.