Skip to content

Commit

Permalink
Fix typo in eigen! docstring (JuliaLang#41136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Jun 8, 2021
1 parent 6e87543 commit 47c7f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/src/eigen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ sorteig!(λ::AbstractVector, sortby::Union{Function,Nothing}=eigsortby) = sortby
"""
eigen!(A, [B]; permute, scale, sortby)
came as [`eigen`](@ref), but saves space by overwriting the input `A` (and
Same as [`eigen`](@ref), but saves space by overwriting the input `A` (and
`B`), instead of creating a copy.
"""
function eigen!(A::StridedMatrix{T}; permute::Bool=true, scale::Bool=true, sortby::Union{Function,Nothing}=eigsortby, jvl::Bool=false, jvr::Bool=true, jce::Bool=false, jcv::Bool=false) where T<:BlasReal
Expand Down

0 comments on commit 47c7f91

Please sign in to comment.