public interface ICSJSparseEqnSolver extends ISparseEqnSolver
| Modifier and Type | Method and Description |
|---|---|
edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa |
solveEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b)
Solve the [A]X = B problem, assume the [A] is LUed
|
factorization, factorization, setMatrixDirty, solveEqn, solveEqnedu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa solveEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b)
throws IpssNumericException
b - the B vectorIpssNumericException