Skip to content

Commit

Permalink
docs: Document DArray's LinearAlgebra methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Mar 26, 2024
1 parent a5640ff commit 5fc5cf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/darray.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,9 @@ From `Statistics`:
- `mean`
- `var`
- `std`

From `LinearAlgebra`:
- `transpose`/`adjoint` (Out-of-place transpose)
- `*` (Out-of-place Matrix-(Matrix/Vector) multiply)
- `mul!` (In-place Matrix-Matrix multiply)
- `cholesky`/`cholesky!` (In-place/Out-of-place Cholesky factorization)

0 comments on commit 5fc5cf0

Please sign in to comment.