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 Feb. 16, 2023, 8:07 p.m.