eigendec {gasper}R 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.


[Package gasper version 1.1.6 Index]