Skip to content

Commit 8fecece

Browse files
committed
update NEWS.md
1 parent 866a5e2 commit 8fecece

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
- Added initial matrix/linear algebra handler support from base R, using the
44
same BLAS/LAPACK as R: `%*%`, `t()`, `crossprod()`, `tcrossprod()`,
5-
`outer()` (with `FUN="*"`), `%o%`, `forwardsolve()`, `backsolve()`, `diag()`, `t()`, `chol()`, `chol2inv()` and `solve()`
5+
`outer()` (with `FUN="*"`), `%o%`, `forwardsolve()`, `backsolve()`, `diag()`,
6+
`t()`, `chol()`, `chol2inv()`, `solve()`, and `qr.solve()`.
67

78
The plan is to add more functions in the future (#77, #79 @mns-nordicals)
89

0 commit comments

Comments
 (0)