autodj 0.0.2

Automatic Differentiation Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# autodj


## Roadmap


- [ ] Basic dual math
- [ ] Interface prototype
- [ ] Single argument differentiation
- [ ] Documentation / tests
- [ ] pre-alpha publication describing upcoming functionality
- [ ] Crate tuning (privacy, automation, versioning)
- [ ] Static dual vectors
- [ ] Extension examples for not implemented functions
- [ ] Dynamic dual vectors
- [ ] `num` / `num-traits` support
- [ ] support linalg libraries
- [ ] arbitrary numberic type of dual number components
- [ ] pro-level implementation (with some `#[]` blocks over existing functions)