Skip to content

Commit a380fe4

Browse files
committed
docs: Document DArray's LinearAlgebra methods
1 parent 6bad5cd commit a380fe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/darray.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,9 @@ From `Statistics`:
226226
- `mean`
227227
- `var`
228228
- `std`
229+
230+
From `LinearAlgebra`:
231+
- `transpose`/`adjoint` (Out-of-place transpose)
232+
- `*` (Out-of-place Matrix-(Matrix/Vector) multiply)
233+
- `mul!` (In-place Matrix-Matrix multiply)
234+
- `cholesky`/`cholesky!` (In-place/Out-of-place Cholesky factorization)

0 commit comments

Comments
 (0)