@Deprecated public class SparseEqnComplexSolver extends BaseCSJSparseEqnSolver
CSJ_Order, CSJ_Tolfactored| Constructor and Description |
|---|
SparseEqnComplexSolver(ISparseEqnComplex eqn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
factorization(double tolerance)
Deprecated.
LU decomposition of the matrix.
|
void |
solveEqn()
Deprecated.
Solve the [A]X = B problem
|
solveEqnfactorization, setMatrixDirty, solveEqnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactorization, setMatrixDirty, solveEqnpublic SparseEqnComplexSolver(ISparseEqnComplex eqn)
public boolean factorization(double tolerance)
throws IpssNumericException
factorization in interface ISparseEqnSolverfactorization in class BaseSparseEqnSolvertolerance - the tolerance for matrix singular detectionIpssNumericExceptionpublic void solveEqn()
throws IpssNumericException
IpssNumericException