We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268b9e4 commit c168780Copy full SHA for c168780
1 file changed
README.md
@@ -18,18 +18,18 @@ Supported operators:
18
19
- [x] `vect`, e.g, `[1, 2]`.
20
- [x] `dot`
21
-- [ ] `row`, e.g. `[1 2; 3 4]`
22
-- [ ] `hcat`
23
-- [ ] `vcat`
24
-- [ ] `norm`
+- [x] `row`, e.g. `[1 2; 3 4]`
+- [x] `hcat`
+- [x] `vcat`
+- [x] `norm`
25
- [ ] Matrix-Vector product
26
- [ ] Matrix-Matrix product
27
- [ ] Broadcasting scalar operator
28
29
Supported levels of AD:
30
31
- [x] 0-th order
32
-- [ ] 1-st order
+- [x] 1-st order
33
- [ ] 2-nd order
34
35
[build-img]: https://github.com/blegat/ArrayDiff.jl/actions/workflows/ci.yml/badge.svg?branch=main
0 commit comments