Skip to content

Commit

Permalink
Add a developer documentation section to LinearAlgebra docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Oct 25, 2024
1 parent b38fde1 commit b837203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stdlib/LinearAlgebra/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,12 @@ LinearAlgebra.LAPACK.trsyl!
LinearAlgebra.LAPACK.hseqr!
```

## Developer Documentation

```@docs
LinearAlgebra.matprod_dest
```

```@meta
DocTestSetup = nothing
```

0 comments on commit b837203

Please sign in to comment.