We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76df367 commit 24bbe2dCopy full SHA for 24bbe2d
1 file changed
docs/src/api.md
@@ -1,12 +1,12 @@
1
# API Reference
2
3
```@docs
4
-@matrix(ids...)
5
-@vector(ids...)
6
-@scalar(ids...)
7
-derivative(expr, wrt::DiffMatic.Monomial)
8
-gradient(expr, wrt::DiffMatic.Monomial)
9
-jacobian(expr, wrt::DiffMatic.Monomial)
10
-hessian(expr, wrt::DiffMatic.Monomial)
11
-to_std(expr)
+@matrix
+@vector
+@scalar
+derivative
+gradient
+jacobian
+hessian
+to_std
12
```
0 commit comments