| Interface | Description |
|---|---|
| ICSJSparseEqnSolver |
CSJ Sparse Equation of data type double for solving the [A]X=B problem.
|
| 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.
|
| BaseCSJSparseEqnSolver |
Base class for CSJ SparseEqn solver implementation
|
| CSJLeastSquareDoubleSolver |
Sparse Equation solver implementation of data type double for solving the LeastSquare problem.
|
| CSJSqaureMatrixEqnDoubleSolver |
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
| CSJSquareMatrixEqnComplexSolver |
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|
| CSJWeightedLeastSquareDoubleSolver |