SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
SolveLinearSystemJACOBIAlgo Class Reference
Inheritance diagram for SolveLinearSystemJACOBIAlgo:
SolveLinearSystemParallelAlgo ParallelLinearAlgebraBase

Public Member Functions

 SolveLinearSystemJACOBIAlgo (const AlgorithmBase *base)
 
virtual bool parallel (ParallelLinearAlgebra &PLA, SolverInputs &matrices) const
 
- Public Member Functions inherited from SolveLinearSystemParallelAlgo
 SolveLinearSystemParallelAlgo (const AlgorithmBase *base)
 
bool run (SparseRowMatrixHandle a, DenseColumnMatrixHandle b, DenseColumnMatrixHandle x0, DenseColumnMatrixHandle &x, DenseColumnMatrixHandle &convergence) const
 
- Public Member Functions inherited from ParallelLinearAlgebraBase
 ParallelLinearAlgebraBase ()
 
virtual ~ParallelLinearAlgebraBase ()
 
bool start_parallel (SolverInputs &matrices, int nproc=-1) const
 

Additional Inherited Members

- Protected Attributes inherited from SolveLinearSystemParallelAlgo
const AlgorithmBasealgo_
 
std::string pre_conditioner_
 
DenseColumnMatrixHandle convergence_
 

Constructor & Destructor Documentation

SolveLinearSystemJACOBIAlgo ( const AlgorithmBase base)
inlineexplicit

Member Function Documentation

bool parallel ( ParallelLinearAlgebra PLA,
SolverInputs matrices 
) const
virtual

The documentation for this class was generated from the following file: