LapackGenEigen: LapackGenEigen
Description
LapackGenEigen is helper function for MNF and nnMNFUsage
LapackGenEigen(A, B, IL = 1, IU = 3)
Value
- list with values, vectors and info
Details
LapackGenEigen is adapted from the mzImage
package. While
it initially used dsygvx from the LAPACK
library, it is now
ported to RcppArmadillo
, using the eig_pair
function.