eigendec: Spectral decomposition of a symetric matrix

View source: R/RcppExports.R

eigendecR Documentation

Spectral decomposition of a symetric matrix

Description

Eigen decomposition of dense symmetric/hermitian matrix M using divide-and-conquer methods that provides slightly different results than the standard method, but is considerably faster for large matrices.

Usage

eigendec(M)

Arguments

M

a matrix.


gasper documentation built on May 29, 2024, 8:32 a.m.