| Package | Description |
|---|---|
| com.interpss.core.sparse.impl | |
| org.interpss.numeric.sparse | |
| org.interpss.numeric.sparse.base |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSparseEquation
Base Sparse Equation for solving sparse matrix problems.
|
class |
SparseEqnComplexImpl
Sparse Equation of data type complex for solving the [A]X=B problem.
|
class |
SparseEqnComplexMatrix3x3Impl |
class |
SparseEqnDoubleImpl
Sparse Equation of data type double for solving the [A]X=B problem.
|
class |
SparseEqnIntegerImpl
Sparse Equation of data type integer.
|
class |
SparseEqnMatrix2x2Impl
Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISparseEqnComplex
Sparse Equation of data type Complex for solving the [A]X=B problem.
|
interface |
ISparseEqnComplexMatrix3x3 |
interface |
ISparseEqnDouble
Sparse Equation of data type double for solving the [A]X=B problem.
|
interface |
ISparseEqnInteger
Sparse Equation of data type integer.
|
interface |
ISparseEqnMatrix2x2
Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISparseEqnObject<TAij,TBi>
Sparse Equation of data type T for solving the [A]X=B problem.
|