LapackGenEigen {tofsims} | R Documentation |
LapackGenEigen is helper function for MNF and nnMNF
LapackGenEigen(A, B, IL = 1, IU = 3)
A |
matrix |
B |
matrix |
IL |
int start index |
IU |
int end index |
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.
list with values, vectors and info