Eigen: eigen decomposition

31-Eigen decompositionR Documentation

eigen decomposition

Description

Solves a system of equations or invert an MPCR matrix, using lapack routine syevr()

Usage

## S4 method for signature 'Rcpp_MPCR'
eigen(x, only.values = FALSE)

Arguments

x

An MPCR object.

only.values

(TRUE/FALSE)?

Value

A list contains MPCR objects describing the values and optionally vectors.


MPCR documentation built on April 13, 2025, 5:08 p.m.

Related to Eigen in MPCR...