Creation Functions¶
Array API specification for creating arrays.
A conforming implementation of the array API standard must provide and support the following functions.
Objects in API¶
| Returns evenly spaced values within the half-open interval |
| Convert the input to an array. |
| Returns an uninitialized array having a specified |
| Returns an uninitialized array with the same |
| Returns a two-dimensional array with ones on the |
| Returns a new array containing the data from another (array) object with a |
| Returns a new array having a specified |
| Returns a new array filled with |
| Returns evenly spaced numbers over a specified interval. |
| Returns coordinate matrices from coordinate vectors. |
| Returns a new array having a specified |
| Returns a new array filled with ones and having the same |
| Returns the lower triangular part of a matrix (or a stack of matrices) |
| Returns the upper triangular part of a matrix (or a stack of matrices) |
| Returns a new array having a specified |
| Returns a new array filled with zeros and having the same |