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, solveEqn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
factorization, factorization, setMatrixDirty, solveEqn, solveEqn
public edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa solveEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b) throws IpssNumericException
ICSJSparseEqnSolver
solveEqn
in interface ICSJSparseEqnSolver
b
- the B vectorIpssNumericException