There are many things that can be done to extend Numeric. These are some of the more immediately useful things. Feel free to pick one and start working on a PR.
- Make
index_set
faster - Make
index_set
broadcastable - Make elementwise ops that move tensors broadcastable
- Make elementwise binary functions broadcastable
- Extensive testing and units tests for complex numbers
- Improve display function
- Display higher-dimensional
- Align at periods
- Make it prettier
- Make math functions broadcastable
- Sort
- Argsort
- Find indices based on condition
- Unit tests for
solve
,dot
anddiag
- Matrix inverse and pseudo-inverse
- Determinant
- Condition number
- Trace
- Multivariate normal
- Numpy
- C
- Create chapters
- Basic creation
- Copy-on-write and move semantics
- Indexing
- Create logo
- Improve landing page at numeric.rs