Array

arraytools~ Array

Multi-dimensional array

Constructor

new Array(object, ndminopt, c_orderopt) → {Array}

Source:
Parameters:
Name Type Attributes Default Description
object Array
ndmin Number <optional>
0

minimum number of dimensions

c_order Bool <optional>
true

the memory layout of the array. If true, layout is row major.

Returns:
  • Array struct
Type
Array