Skip to content

Commit 75233f4

Browse files
committed
docs: Document DArray's LinearAlgebra methods
1 parent ff9bb85 commit 75233f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/src/darray.md

+6
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,9 @@ From `Statistics`:
225225
- `mean`
226226
- `var`
227227
- `std`
228+
229+
From `LinearAlgebra`:
230+
- `transpose`/`adjoint` (Out-of-place transpose)
231+
- `*` (Out-of-place Matrix-(Matrix/Vector) multiply)
232+
- `mul!` (In-place Matrix-Matrix multiply)
233+
- `cholesky`/`cholesky!` (In-place/Out-of-place Cholesky factorization)

0 commit comments

Comments
 (0)