类 ArrayComplex.D1

  • 封闭类:
    ArrayComplex

    public static class ArrayComplex.D1
    extends ArrayComplex
    Concrete implementation of Array specialized for doubles, rank 1.
    • 构造器详细资料

      • D1

        public D1​(int len0)
        Constructor for array of shape {len0}.
        参数:
        len0 -
    • 方法详细资料

      • get

        public Complex get​(int i)
        get the value.
        参数:
        i -
        返回:
      • set

        public void set​(int i,
                        Complex value)
        set the value.
        参数:
        i -
        value -