Package | Description |
---|---|
com.interpss.core.sparse.impl | |
com.interpss.core.sparse.impl.csj | |
org.interpss.numeric.sparse | |
org.interpss.numeric.sparse.base |
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 |
AbstractSparseEquation<T extends ISparseEqnSolver>
Base Sparse Equation for solving sparse matrix problems.
|
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.
|
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.
|