org.apache.commons.math3.transform
@Deprecated private static class FastFourierTransformer.MultiDimensionalComplexMatrix extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected int[] |
dimensionSize
Deprecated.
Size in all dimensions.
|
protected Object |
multiDimensionalComplexArray
Deprecated.
Storage array.
|
Constructor and Description |
---|
FastFourierTransformer.MultiDimensionalComplexMatrix(Object multiDimensionalComplexArray)
Deprecated.
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
|
private void |
clone(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm)
Deprecated.
Copy contents of current array into mdcm.
|
Complex |
get(int... vector)
Deprecated.
Get a matrix element.
|
Object |
getArray()
Deprecated.
Get the underlying storage array.
|
int[] |
getDimensionSizes()
Deprecated.
Get the size in all dimensions.
|
Complex |
set(Complex magnitude,
int... vector)
Deprecated.
Set a matrix element.
|
protected int[] dimensionSize
protected Object multiDimensionalComplexArray
public FastFourierTransformer.MultiDimensionalComplexMatrix(Object multiDimensionalComplexArray)
multiDimensionalComplexArray
- array containing the matrix
elementspublic Complex get(int... vector) throws DimensionMismatchException
vector
- indices of the elementDimensionMismatchException
- if dimensions do not matchpublic Complex set(Complex magnitude, int... vector) throws DimensionMismatchException
magnitude
- magnitude of the elementvector
- indices of the elementDimensionMismatchException
- if dimensions do not matchpublic int[] getDimensionSizes()
public Object getArray()
private void clone(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm)
mdcm
- array where to copy dataCopyright (c) 2003-2013 Apache Software Foundation