| Package | Description |
|---|---|
| com.interpss.core.sparse.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCSJEqnComplexSolver
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|
class |
BaseCSJEqnDoubleSolver
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
class |
LeastSquareCSJDoubleSolver
Sparse Equation solver implementation of data type double for solving the LeastSquare problem.
|
class |
SparseEqnComplexSolver
Deprecated.
|
class |
SparseEqnDoubleSolver
Deprecated.
|
class |
SqaureMatrixEqnCSJDoubleSolver
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
class |
SquareMatrixEqnCSJComplexSolver
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|