32#include "superlu_ddefs.h"
33#include "supermatrix.h"
37#ifndef _SUPERLUDIST2_OO_H_
38#define _SUPERLUDIST2_OO_H_
42class Epetra_MultiVector;
43class Epetra_RowMatrix;
44#include "Epetra_LinearProblem.h"
45#include "Epetra_LinearProblemRedistor.h"
46#include "Epetra_Object.h"
186 assert( trans ==
false) ;
253 int Solve(
bool Factor) ;
Superludist2_OO: An object-oriented wrapper for Superludist.
const Epetra_LinearProblem * Problem_
bool GetTrans() const
Return the transpose flag.
Epetra_LinearProblemRedistor * redistor
Epetra_LinearProblem * redistProblem
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()
SOLVEstruct_t SOLVEstruct
int CheckInput() const
Prints a summary of solver parameters, performs simple sanity checks.
virtual ~Superludist2_OO(void)
Superludist2_OO Destructor.
superlu_options_t options
ScalePermstruct_t ScalePermstruct
void SetTrans(bool trans)
Setting the transpose flag to true causes Solve() to compute A^t x = b.