Skip to content

Commit c168780

Browse files
committed
Update README
1 parent 268b9e4 commit c168780

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Supported operators:
1818

1919
- [x] `vect`, e.g, `[1, 2]`.
2020
- [x] `dot`
21-
- [ ] `row`, e.g. `[1 2; 3 4]`
22-
- [ ] `hcat`
23-
- [ ] `vcat`
24-
- [ ] `norm`
21+
- [x] `row`, e.g. `[1 2; 3 4]`
22+
- [x] `hcat`
23+
- [x] `vcat`
24+
- [x] `norm`
2525
- [ ] Matrix-Vector product
2626
- [ ] Matrix-Matrix product
2727
- [ ] Broadcasting scalar operator
2828

2929
Supported levels of AD:
3030

3131
- [x] 0-th order
32-
- [ ] 1-st order
32+
- [x] 1-st order
3333
- [ ] 2-nd order
3434

3535
[build-img]: https://github.com/blegat/ArrayDiff.jl/actions/workflows/ci.yml/badge.svg?branch=main

0 commit comments

Comments
 (0)