@Deprecated public class SparseEqnComplexSolver extends BaseCSJSparseEqnSolver
CSJ_Order, CSJ_Tol
factored
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
|
solveEqn
factorization, setMatrixDirty, solveEqn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
factorization, setMatrixDirty, solveEqn
public SparseEqnComplexSolver(ISparseEqnComplex eqn)
public boolean factorization(double tolerance) throws IpssNumericException
factorization
in interface ISparseEqnSolver
factorization
in class BaseSparseEqnSolver
tolerance
- the tolerance for matrix singular detectionIpssNumericException
public void solveEqn() throws IpssNumericException
IpssNumericException