NArray

The class NArray is extended with methods for conversion.

See also

Summary
NArrayThe class NArray is extended with methods for conversion.
Functions
to_multiarrayConvert this n-dimensional array to Sequence_.

Functions

to_multiarray

def to_multiarray

Convert this n-dimensional array to Sequence_.  The return value will be of type Sequence_.

See also

def to_multiarray
Convert this n-dimensional array to Sequence_.
This class provides fast (multi-dimensional) Ruby arrays where all elements are of the same type.
def to_narray
Convert to NArray.
Close