Package | Description |
---|---|
com.interpss.core.sparse.impl | |
com.interpss.core.sparse.solver | |
com.interpss.core.sparse.solver.csj | |
com.interpss.core.sparse.solver.dep |
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 |
AbstractSparseEquation<T extends ISparseEqnSolver>
Base Sparse Equation for solving sparse matrix problems.
|
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractSparseEquation.solver |
Modifier and Type | Class and Description |
---|---|
class |
BaseSparseEqnSolver
Base class for SparseEqn solver implementation
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnSolver |
SparseEqnSolverFactory.createLeastSqaureDoubleSolver(ISparseEqnDouble eqn,
int order)
create a double data type sparse eqn solver object for the Least Square problem
|
ISparseEqnSolver |
SparseEqnSolverFactory.createSparseEqnComplexSolver(ISparseEqnComplex eqn)
create a complex data type sparse eqn solver object
|
ISparseEqnSolver |
SparseEqnSolverFactory.createSparseEqnDoubleSolver(ISparseEqnDouble eqn)
create a double data type sparse eqn solver object
|
ISparseEqnSolver |
SparseEqnSolverFactory.createWeightedLeastSqaureDoubleSolver(ISparseEqnDouble eqn,
int order)
create a double data type sparse eqn solver object for Weighted Least Square problem
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICSJSparseEqnSolver
CSJ Sparse Equation of data type double for solving the [A]X=B problem.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCSJEqnComplexSolver
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|
class |
BaseCSJEqnDoubleSolver
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
class |
BaseCSJSparseEqnSolver
Base class for CSJ SparseEqn solver implementation
|
class |
CSJLeastSquareDoubleSolver
Sparse Equation solver implementation of data type double for solving the LeastSquare problem.
|
class |
CSJSqaureMatrixEqnDoubleSolver
Sparse Equation solver implementation of data type double for solving the [A]X=B problem.
|
class |
CSJSquareMatrixEqnComplexSolver
Sparse Equation solver implementation of data type complex for solving the [A]X=B problem.
|
class |
CSJWeightedLeastSquareDoubleSolver |
Modifier and Type | Class and Description |
---|---|
class |
SparseEqnComplexSolver
Deprecated.
|
class |
SparseEqnDoubleSolver
Deprecated.
|