| Class | Description |
|---|---|
| BaseCSJEqnComplexSolver |
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|
| BaseCSJEqnDoubleSolver |
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
| BaseSparseEqnSolver |
Base class for SparseEqn solver implementation
|
| LeastSquareCSJDoubleSolver |
Sparse Equation solver implementation of data type double for solving the LeastSquare problem.
|
| SparseEqnComplexSolver | Deprecated |
| SparseEqnDoubleSolver | Deprecated |
| SqaureMatrixEqnCSJDoubleSolver |
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
| SquareMatrixEqnCSJComplexSolver |
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|