Package | Description |
---|---|
com.interpss.core.sparse.impl | |
com.interpss.core.sparse.impl.csj | |
org.interpss.numeric.sparse |
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 |
AbstractSparseEqnMatrix2x2Impl
Abstract Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
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 |
CSJSparseEqnMatrix2x2Impl
CSJ 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 |
ISparseEqnMatrix2x2
Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|