1 parent 866a5e2 commit 8fececeCopy full SHA for 8fecece
1 file changed
NEWS.md
@@ -2,7 +2,8 @@
2
3
- Added initial matrix/linear algebra handler support from base R, using the
4
same BLAS/LAPACK as R: `%*%`, `t()`, `crossprod()`, `tcrossprod()`,
5
- `outer()` (with `FUN="*"`), `%o%`, `forwardsolve()`, `backsolve()`, `diag()`, `t()`, `chol()`, `chol2inv()` and `solve()`
+ `outer()` (with `FUN="*"`), `%o%`, `forwardsolve()`, `backsolve()`, `diag()`,
6
+ `t()`, `chol()`, `chol2inv()`, `solve()`, and `qr.solve()`.
7
8
The plan is to add more functions in the future (#77, #79 @mns-nordicals)
9
0 commit comments