LapackGenEigen: LapackGenEigen

Description Usage Arguments Details Value

View source: R/MNF.R

Description

LapackGenEigen is helper function for MNF and nnMNF

Usage

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

Arguments

A

matrix

B

matrix

IL

int start index

IU

int end index

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.

Value

list with values, vectors and info


tofsims documentation built on Nov. 8, 2020, 5:10 p.m.