@Deprecated public class SparseEqnDoubleSolver extends BaseCSJSparseEqnSolver
CSJ_Order, CSJ_Tolfactored| Constructor and Description |
|---|
SparseEqnDoubleSolver(ISparseEqnDouble 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
|
void |
swapRow(int i,
int j)
Deprecated.
swap row i and j, including the b part
|
solveEqnfactorization, setMatrixDirty, solveEqnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactorization, setMatrixDirty, solveEqnpublic SparseEqnDoubleSolver(ISparseEqnDouble eqn)
public void solveEqn()
throws IpssNumericException
IpssNumericExceptionpublic boolean factorization(double tolerance)
throws IpssNumericException
factorization in interface ISparseEqnSolverfactorization in class BaseSparseEqnSolvertolerance - the tolerance for matrix singular detectionIpssNumericExceptionpublic void swapRow(int i,
int j)
i - j -