Class FastFourierTransformer.MultiDimensionalComplexMatrix

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    FastFourierTransformer

    @Deprecated
    private static class FastFourierTransformer.MultiDimensionalComplexMatrix
    extends java.lang.Object
    implements java.lang.Cloneable
    Deprecated.
    see MATH-736
    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 Detail

      • dimensionSize

        protected int[] dimensionSize
        Deprecated.
        Size in all dimensions.
      • multiDimensionalComplexArray

        protected java.lang.Object multiDimensionalComplexArray
        Deprecated.
        Storage array.
    • Constructor Detail

      • MultiDimensionalComplexMatrix

        MultiDimensionalComplexMatrix​(java.lang.Object multiDimensionalComplexArray)
        Deprecated.
        Simple constructor.
        Parameters:
        multiDimensionalComplexArray - array containing the matrix elements
    • Method Detail

      • getDimensionSizes

        public int[] getDimensionSizes()
        Deprecated.
        Get the size in all dimensions.
        Returns:
        size in all dimensions
      • getArray

        public java.lang.Object getArray()
        Deprecated.
        Get the underlying storage array.
        Returns:
        underlying storage array
      • clone

        public java.lang.Object clone()
        Deprecated.
        Overrides:
        clone in class java.lang.Object