Generate a linearly spaced numeric array.
Replace specified elements of an array with provided values.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Insert an element into an array.
Generate string from a token array by interpolating values.
Test if an array is sorted in ascending order.
Tokenize a string into an array of string parts and format identifier objects.
Create a filled two-dimensional nested array.
Create a zero-filled two-dimensional nested array.
Take elements from an array.
Test if an input value is a supported array byte order.
Create a filled three-dimensional nested array.
Split a double-precision floating-point number into a higher order word and a lower order word.
Create a filled four-dimensional nested array.
Create a filled five-dimensional nested array.
Create a filled two-dimensional nested array according to a provided callback function.
Create a zero-filled five-dimensional nested array.
Create a zero-filled three-dimensional nested array.
Create a zero-filled four-dimensional nested array.
Create a filled five-dimensional nested array according to a provided callback function.
Broadcast an array to a specified shape.
Create a filled three-dimensional nested array according to a provided callback function.
Create a filled four-dimensional nested array according to a provided callback function.
Test if two arrays have equal values.