eigenCpp: Eigen decomposition of a matrix in C++.

View source: R/RcppExports.R

eigenCppR Documentation

Eigen decomposition of a matrix in C++.

Description

Returns the eigenvalues and eigenvectors of a matrix X.

Usage

eigenCpp(X)

Arguments

X

A symmetric, positive-definite matrix

Details

A fast implementation of eigen for symmetric, positive-definite matrices. This helps speed up the I-prior EM algorithm.


haziqjamil/iprior documentation built on April 2, 2024, 5:26 p.m.