Skip to content

Commit a86edf1

Browse files
authored
Add existing 3-arg * docstring to the manual (#53288)
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.
1 parent 3412c86 commit a86edf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/LinearAlgebra/docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ Other sparse solvers are available as Julia packages.
412412

413413
```@docs
414414
Base.:*(::AbstractMatrix, ::AbstractMatrix)
415+
Base.:*(::AbstractMatrix, ::AbstractMatrix, ::AbstractVector)
415416
Base.:\(::AbstractMatrix, ::AbstractVecOrMat)
416417
Base.:/(::AbstractVecOrMat, ::AbstractVecOrMat)
417418
LinearAlgebra.SingularException

0 commit comments

Comments
 (0)