ShapedArray

  • Creates a ShapedArray with the same shape and scalars as the specified numpy.ndarray instance.

    Precondition

    The numpy Python package must be installed.

    Precondition

    numpyArray must have a compatible scalar dtype.
  • Creates a numpy.ndarray instance with the same shape and scalars as this ShapedArray.

    Precondition

    The numpy Python package must be installed.