getEigenValues: Eigenvalue decompostion

View source: R/RcppExports.R

getEigenValuesR Documentation

Eigenvalue decompostion

Description

Wrapper function for armadillo 'eig_gen'. Eigen decomposition of dense general (non-symmetric/non-hermitian) square matrix X

Usage

getEigenValues(M)

Arguments

X

- square matrix

Value

The eigenvalues and corresponding right eigenvectors are stored in eigval and eigvec, respectively


jlivsey/sigex documentation built on March 20, 2024, 3:17 a.m.