-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Meta issue - the following list contains possible functions that may be implemented in the near future.
Array Functions
- numpy.transpose(axes) [use existing numpy.ndarray.tranpose()]
- numpy.add Docs (same as the one on ndarray)
- numpy.dot Docs
- numpy.vdot
- numpy.hstack Docs
- numpy.vstack Docs
- numpy.concatenate Docs
- numpy.split Docs
- ndarray.dot
- numpy.abs
- numpy.mean
Array Creation Functions
Logical Functions
Notice: We currently only support basic shape broadcasting!
- numpy.less
- numpy.greater
- numpy.less_equal
- numpy.greater_equal
- numpy.equal
- numpy.not_equal
Input/Output
Statistic Functions
Random Functions
Reactions are currently unavailable