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