Description Usage Arguments Details Value
LapackGenEigen is helper function for MNF and nnMNF
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.