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