Eigen_Hessenberg | R Documentation |
Hessenberg decomposition of a square matrix.
Eigen_Hessenberg(M)
M |
real or complex square matrix |
See Eigen::HessenbergDecomposition.
A list with the H
and Q
matrices.
library(EigenR)
M <- cbind(c(3, 2i, 1+3i), c(1, 1i, 1), c(5, 0, -2i))
Eigen_Hessenberg(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.