Learn R Programming

tofsims (version 1.0.2)

LapackGenEigen: LapackGenEigen

Description

LapackGenEigen is helper function for MNF and nnMNF

Usage

LapackGenEigen(A, B, IL = 1, IU = 3)

Arguments

A
matrix
B
matrix
IL
int start index
IU
int end index

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.