public class SquareMatrixEqnCSJComplexSolver extends BaseCSJEqnComplexSolver
CSJ_Order, CSJ_Tol| Constructor and Description |
|---|
SquareMatrixEqnCSJComplexSolver(ISparseEqnComplex eqn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
factorization(double tolerance)
LU decomposition of the matrix.
|
void |
solveEqn()
Solve the [A]X = B problem
|
factorization, setMatrixDirty, solveEqnpublic SquareMatrixEqnCSJComplexSolver(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