We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4badbfc commit eac3f7bCopy full SHA for eac3f7b
1 file changed
README.md
@@ -53,7 +53,8 @@ standard notation.
53
`+`, `-`, `'`, `*`, `^`, `abs`, `sin`, `cos`
54
55
Element-wise operations `sin.`, `cos.`, `abs.`, `.*` and `.^` are supported.
56
-Vector 1-norm and 2-norm can be computed with `norm1` and `norm2`. Sums of vectors can be computed with `sum`.
+Vector 1-norm and 2-norm can be computed with `norm1` and `norm2`.
57
+Sums of vectors can be computed with `sum`.
58
Matrix traces can be computed with `tr`.
59
60
### Installation
0 commit comments