public abstract class BaseCSJSparseEqnSolver extends BaseSparseEqnSolver implements ICSJSparseEqnSolver
| Modifier and Type | Field and Description |
|---|---|
static int |
CSJ_Order |
static double |
CSJ_Tol |
factored| Constructor and Description |
|---|
BaseCSJSparseEqnSolver() |
| 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, solveEqnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactorization, factorization, setMatrixDirty, solveEqn, solveEqnpublic edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa solveEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b)
throws IpssNumericException
ICSJSparseEqnSolversolveEqn in interface ICSJSparseEqnSolverb - the B vectorIpssNumericException