42 #ifndef EpetraExt_LINEARPROBLEM_SCALE_H 43 #define EpetraExt_LINEARPROBLEM_SCALE_H 49 class Epetra_LinearProblem;
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.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
bool fwd()
Applies forward scaling.
std::vector< Epetra_Vector * > rScaleVecs_
bool rvs()
Reverses scaling.
~LinearProblem_Scale()
Destructor.