public interface ISparseEqnComplex extends ISparseEqnObject<org.apache.commons.math3.complex.Complex,org.apache.commons.math3.complex.Complex>
ISparseEquation.IndexType
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex[] |
multiply(org.apache.commons.math3.complex.Complex[] xAry)
Multiply the complex matrix of the eqn with the array x
|
edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa |
multiply(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa xAry)
Multiply the complex matrix of the eqn with the array x
|
org.apache.commons.math3.complex.Complex[] |
solveLUedEqn(org.apache.commons.math3.complex.Complex[] b)
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, getA, getX, getZeroA_row, setA, setBi, setBVector
factorization, factorization, getBusId, getDimension, getDimension, getTotalElements, getZeroAii_row, increaseDimension, isFactorized, isSquareMatrix, reset, setB2Unity, setB2Zero, setBusId, setFactorized, setToZero, solveEqn, solveEqn
edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa solveLUedEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b) throws IpssNumericException
b
- the b vectorIpssNumericException
org.apache.commons.math3.complex.Complex[] solveLUedEqn(org.apache.commons.math3.complex.Complex[] b) throws IpssNumericException
b
- the b vectorIpssNumericException
org.apache.commons.math3.complex.Complex[] multiply(org.apache.commons.math3.complex.Complex[] xAry)
xAry
- edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa multiply(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa xAry)
xAry
-