Showing 41-60 of 63 packages
Create an uninitialized array having a specified length.
Create a typed array.
Test if a value is a complex typed array.
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
Create a filled array having a specified length.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Create an array filled with ones and having a specified length.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Create an array filled with NaNs and having a specified length.
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
Create an uninitialized array having the same length and data type as a provided array.
Create a filled array having the same length and data type as a provided array.
Typed array pool.
Test if two arguments are both accessor arrays and have the same values.
Create an array filled with NaNs and having the same length and data type as a provided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a complex number typed array.
Create an array filled with ones and having the same length and data type as a provided array.
Create a zero-filled array having the same length and data type as a provided array.