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 5ac0020 commit a5dfbb4Copy full SHA for a5dfbb4
stdlib/LinearAlgebra/src/hessenberg.jl
@@ -9,6 +9,9 @@
9
Construct an `UpperHessenberg` view of the matrix `A`.
10
Entries of `A` below the first subdiagonal are ignored.
11
12
+!!! compat "Julia 1.3"
13
+ This type was added in Julia 1.3.
14
+
15
Efficient algorithms are implemented for `H \\ b`, `det(H)`, and similar.
16
17
See also the [`hessenberg`](@ref) function to factor any matrix into a similar
0 commit comments