Skip to content

Commit a5dfbb4

Browse files
authored
release note for UpperHessenberg (#44326)
add note that UpperHessenberg was introduced in 1.3
1 parent 5ac0020 commit a5dfbb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/LinearAlgebra/src/hessenberg.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
Construct an `UpperHessenberg` view of the matrix `A`.
1010
Entries of `A` below the first subdiagonal are ignored.
1111
12+
!!! compat "Julia 1.3"
13+
This type was added in Julia 1.3.
14+
1215
Efficient algorithms are implemented for `H \\ b`, `det(H)`, and similar.
1316
1417
See also the [`hessenberg`](@ref) function to factor any matrix into a similar

0 commit comments

Comments
 (0)