public class CSJSparseEqnComplexImpl extends AbstractSparseEqnComplexImpl<ICSJSparseEqnSolver>
ISparseEquation.IndexType
aryAii
colCnt, factored, rowCnt, solver, squareMatrix, zeroAii_row
Constructor and Description |
---|
CSJSparseEqnComplexImpl(int n) |
CSJSparseEqnComplexImpl(int rows,
int cols) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex[] |
solveLUedEqn(org.apache.commons.math3.complex.Complex[] cAry)
Solve the [A]X = B problem after the [A] is LUed
|
edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa |
solveLUedEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b)
Solve the [A]X = B problem after the [A] is LUed
|
addToA, addToB, factorization, getA, getBusId, getElem, getTotalElements, getX, getZeroA_row, increaseDimension, multiply, multiply, reset, setA, setB2Unity, setB2Zero, setBi, setBusId, setBVector, setElem, setToZero, solveEqn, toString
factorization, getDimension, getDimension, getZeroAii_row, isFactorized, isSquareMatrix, setFactorized, setZeroAii_row, solveEqn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
factorization, getDimension, getDimension, getZeroAii_row, isFactorized, isSquareMatrix, setFactorized, solveEqn
public CSJSparseEqnComplexImpl(int n)
public CSJSparseEqnComplexImpl(int rows, int cols)
public edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa solveLUedEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b) throws IpssNumericException
ISparseEqnComplex
b
- the b vectorIpssNumericException
public org.apache.commons.math3.complex.Complex[] solveLUedEqn(org.apache.commons.math3.complex.Complex[] cAry) throws IpssNumericException
ISparseEqnComplex
cAry
- the b vectorIpssNumericException