31 #include "superlu_ddefs.h"
32 #include "supermatrix.h"
36 #ifndef _SUPERLUDISTOO_H_
37 #define _SUPERLUDISTOO_H_
247 int Solve(
bool Factor) ;
const Epetra_LinearProblem * Problem_
Epetra_LinearProblem * redistProblem
double Condest() const
Returns the condition number estimate for the current problem, if one exists, returns -1...
SuperludistOO: An object-oriented wrapper for Xiaoye Li's Superludist.
superlu_options_t options
bool GetTrans() const
Return the transpose flag.
ScalePermstruct_t ScalePermstruct
SuperludistOO(const Epetra_LinearProblem &LinearProblem)
SuperludistOO Constructor.
virtual ~SuperludistOO(void)
SuperludistOO Destructor.
int CheckInput() const
Prints a summary of solver parameters, performs simple sanity checks.
int Solve(bool Factor)
All computation is performed during the call to Solve()
Epetra_LinearProblemRedistor * redistor
void SetTrans(bool trans)
Setting the transpose flag to true causes Solve() to compute A^t x = b.