42 #ifndef EpetraExt_LINEARPROBLEM_SCALE_H
43 #define EpetraExt_LINEARPROBLEM_SCALE_H
109 #endif //EpetraExt_LINEARPROBLEM_SCALE_H
LinearProblem_Scale(ScaleType left=Sum, ScaleType right=Sum, double exp_fac=1.0, int iterations=1)
Constructor.
std::vector< Epetra_Vector * > lScaleVecs_
Given an input Epetra_LinearProblem, recursive, left and right scaling are performed.
bool fwd()
Applies forward scaling.
std::vector< Epetra_Vector * > rScaleVecs_
bool rvs()
Reverses scaling.
~LinearProblem_Scale()
Destructor.