rbc.stdlib.creation_functions#
Description
Array API specification for creation functions.
https://data-apis.org/array-api/latest/API_specification/creation_functions.html
Functions
|
Return evenly spaced values within a given interval. |
|
Convert the input to an array. |
|
Return the cumulative sum of the elements along a given axis. |
|
Return a new array of given shape and type, without initializing entries. |
|
Return a new array with the same shape and type as a given array. |
|
❌ Not implemented |
|
❌ Not implemented |
|
Return a new array of given shape and type, filled with fill_value. |
|
Return a full array with the same shape and type as a given array. |
|
❌ Not implemented |
|
❌ Not implemented |
|
Return a new array of given shape and type, filled with ones. |
|
Return an array of ones with the same shape and type as a given array. |
|
❌ Not implemented |
|
❌ Not implemented |
|
Return a new array of given shape and type, filled with zeros. |
|
Return an array of zeros with the same shape and type as a given array. |