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 July 4, 2025, 7:18 p.m.