Skip to content

Commit 5a76c0f

Browse files
committed
Add documentation.
1 parent 9189665 commit 5a76c0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LinearAlgebra/Decomposition/Hessenberg.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* The Hessenberg decomposition is useful as a preprocessing step for eigenvalue algorithms,
2222
* as it preserves eigenvalues while reducing the matrix to a form that is easier to work with.
2323
*
24+
* https://en.wikipedia.org/wiki/Hessenberg_matrix
25+
*
2426
* @property-read NumericMatrix $Q Orthogonal transformation matrix
2527
* @property-read NumericMatrix $H Upper Hessenberg matrix
2628
*/

0 commit comments

Comments
 (0)