public class CSJSparseEqnComplexImpl extends AbstractSparseEqnComplexImpl<ICSJSparseEqnSolver>
ISparseEquation.IndexTypearyAiicolCnt, 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, toStringfactorization, getDimension, getDimension, getZeroAii_row, isFactorized, isSquareMatrix, setFactorized, setZeroAii_row, solveEqnclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfactorization, getDimension, getDimension, getZeroAii_row, isFactorized, isSquareMatrix, setFactorized, solveEqnpublic 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
ISparseEqnComplexb - the b vectorIpssNumericExceptionpublic org.apache.commons.math3.complex.Complex[] solveLUedEqn(org.apache.commons.math3.complex.Complex[] cAry)
throws IpssNumericException
ISparseEqnComplexcAry - the b vectorIpssNumericException