|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.transform.FastFourierTransformer.MultiDimensionalComplexMatrix
@Deprecated private static class FastFourierTransformer.MultiDimensionalComplexMatrix
Complex matrix implementation. Not designed for synchronized access may eventually be replaced by jsr-83 of the java community process http://jcp.org/en/jsr/detail?id=83 may require additional exception throws for other basic requirements.
Field Summary | |
---|---|
protected int[] |
dimensionSize
Deprecated. Size in all dimensions. |
protected Object |
multiDimensionalComplexArray
Deprecated. Storage array. |
Constructor Summary | |
---|---|
FastFourierTransformer.MultiDimensionalComplexMatrix(Object multiDimensionalComplexArray)
Deprecated. Simple constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int[] dimensionSize
protected Object multiDimensionalComplexArray
Constructor Detail |
---|
public FastFourierTransformer.MultiDimensionalComplexMatrix(Object multiDimensionalComplexArray)
multiDimensionalComplexArray
- array containing the matrix
elementsMethod Detail |
---|
public Complex get(int... vector) throws DimensionMismatchException
vector
- indices of the element
DimensionMismatchException
- if dimensions do not matchpublic Complex set(Complex magnitude, int... vector) throws DimensionMismatchException
magnitude
- magnitude of the elementvector
- indices of the element
DimensionMismatchException
- if dimensions do not matchpublic int[] getDimensionSizes()
public Object getArray()
public Object clone()
clone
in class Object
private void clone(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm)
mdcm
- array where to copy data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |