public class SpraseEqnUtil
extends java.lang.Object
Constructor and Description |
---|
SpraseEqnUtil() |
Modifier and Type | Method and Description |
---|---|
static edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa |
ComplexAry2DZcsa(org.apache.commons.math3.complex.Complex[] cAry)
Convert a Complex array to a DZcsa array
|
static org.apache.commons.math3.complex.Complex[] |
DZcsa2ComplexAry(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa bAry)
Convert a DZcsa array to a Complex array
|
public static org.apache.commons.math3.complex.Complex[] DZcsa2ComplexAry(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa bAry)
bAry
- the DZcsa arraypublic static edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa ComplexAry2DZcsa(org.apache.commons.math3.complex.Complex[] cAry)
bAry
- the Complex array