Package | Description |
---|---|
com.interpss.core.sparse.impl | |
com.interpss.core.sparse.impl.csj |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSparseEqnComplexImpl<T extends ISparseEqnSolver>
Abstract Sparse Equation of data type complex for solving the [A]X=B problem.
|
class |
AbstractSparseEqnComplexMatrix3x3Impl<T extends ISparseEqnSolver>
Abstract Sparse Equation of data type complex3x3 for solving the [A]X=B problem.
|
class |
AbstractSparseEqnDoubleImpl
Abstract Sparse Equation of data type double for solving the [A]X=B problem.
|
class |
AbstractSparseEqnMatrix2x2Impl
Abstract Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
class |
SparseEqnIntegerImpl
Sparse Equation of data type integer.
|
Modifier and Type | Class and Description |
---|---|
class |
CSJSparseEqnComplexImpl
CSJ Sparse Equation of data type complex for solving the [A]X=B problem.
|
class |
CSJSparseEqnComplexMatrix3x3Impl
CSJ Sparse Equation of data type complex3x3 for solving the [A]X=B problem.
|
class |
CSJSparseEqnDoubleImpl
CSJ Sparse Equation of data type double for solving the [A]X=B problem.
|
class |
CSJSparseEqnMatrix2x2Impl
CSJ Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|