NDArray Generic Functions #372
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#372
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most
ndarray
creation functions, such asnp.ndarray
, have a fixeddtype
because generic parameters of functions are not supported.When generic parameters are supported, we need to refactor this to use the specified generic parameter in the return type of the function.