Skip to content

Commit

Permalink
release note for UpperHessenberg (#44326)
Browse files Browse the repository at this point in the history
add note that UpperHessenberg was introduced in 1.3
  • Loading branch information
lucaferranti committed Feb 27, 2022
1 parent 5ac0020 commit a5dfbb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/LinearAlgebra/src/hessenberg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
Construct an `UpperHessenberg` view of the matrix `A`.
Entries of `A` below the first subdiagonal are ignored.
!!! compat "Julia 1.3"
This type was added in Julia 1.3.
Efficient algorithms are implemented for `H \\ b`, `det(H)`, and similar.
See also the [`hessenberg`](@ref) function to factor any matrix into a similar
Expand Down

0 comments on commit a5dfbb4

Please sign in to comment.