From 394c712e1d429297040d46bc9e31952951e6d5b6 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:36:40 -0500 Subject: [PATCH] add 3-arg * to docs --- stdlib/LinearAlgebra/docs/src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/LinearAlgebra/docs/src/index.md b/stdlib/LinearAlgebra/docs/src/index.md index 138e505c79a46..1d4c1f360feb6 100644 --- a/stdlib/LinearAlgebra/docs/src/index.md +++ b/stdlib/LinearAlgebra/docs/src/index.md @@ -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