Class | Description |
---|---|
AbstractSparseEqnComplexImpl<T extends ISparseEqnSolver> |
Abstract Sparse Equation of data type complex for solving the [A]X=B problem.
|
AbstractSparseEqnComplexMatrix3x3Impl<T extends ISparseEqnSolver> |
Abstract Sparse Equation of data type complex3x3 for solving the [A]X=B problem.
|
AbstractSparseEqnDoubleImpl |
Abstract Sparse Equation of data type double for solving the [A]X=B problem.
|
AbstractSparseEqnMatrix2x2Impl |
Abstract Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
AbstractSparseEquation<T extends ISparseEqnSolver> |
Base Sparse Equation for solving sparse matrix problems.
|
SparseEqnIntegerImpl |
Sparse Equation of data type integer.
|
SparseEqnIntegerImpl.IntAii |
Data structure for Integer sparse eqn implementation
|
SparseEqnIntegerImpl.IntAij |
Data structure for Integer sparse eqn implementation
|