@stdlib/ndarray-array
Multidimensional arrays.
Multidimensional arrays.
Return an ndarray element.
Broadcast a scalar value to an ndarray having a specified shape.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Return a view of an input ndarray in which the order of elements along the last dimension is reversed.
Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
Convert a scalar value to a zero-dimensional ndarray.
Base multidimensional array.
Create an uninitialized ndarray having a specified shape and data type.
Allocate a buffer having a specified number of bytes.
Buffer.
Allocate a buffer using an octet array.
Allocate a buffer from an ArrayBuffer.
Copy buffer data to a new Buffer instance.
Allocate a buffer containing a provided string.
Wrap a function and casts a function's return value to a complex number.
Wrap a function accepting complex number arguments to support providing both real and complex numbers.
Create a complex number.
Complex number constructors.
Typed array pool.