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