We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*
1 parent 3412c86 commit a86edf1Copy full SHA for a86edf1
stdlib/LinearAlgebra/docs/src/index.md
@@ -412,6 +412,7 @@ Other sparse solvers are available as Julia packages.
412
413
```@docs
414
Base.:*(::AbstractMatrix, ::AbstractMatrix)
415
+Base.:*(::AbstractMatrix, ::AbstractMatrix, ::AbstractVector)
416
Base.:\(::AbstractMatrix, ::AbstractVecOrMat)
417
Base.:/(::AbstractVecOrMat, ::AbstractVecOrMat)
418
LinearAlgebra.SingularException
0 commit comments