Skip to content

Commit

Permalink
Add existing 3-arg * docstring to the manual (#53288)
Browse files Browse the repository at this point in the history
PR #37898 added methods to `*` for chained matrix multiplication. They
have a descriptive docstring but I don't think this is mentioned in the
manual.
  • Loading branch information
mcabbott authored Feb 12, 2024
1 parent 3412c86 commit a86edf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/LinearAlgebra/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Other sparse solvers are available as Julia packages.

```@docs
Base.:*(::AbstractMatrix, ::AbstractMatrix)
Base.:*(::AbstractMatrix, ::AbstractMatrix, ::AbstractVector)
Base.:\(::AbstractMatrix, ::AbstractVecOrMat)
Base.:/(::AbstractVecOrMat, ::AbstractVecOrMat)
LinearAlgebra.SingularException
Expand Down

0 comments on commit a86edf1

Please sign in to comment.