get_spectra {mina}R Documentation

Function for calculation of eigenvalue of given matrix.

Description

Function for calculation of eigenvalue of given matrix.

Usage

get_spectra(x, k = 100)

Arguments

x

The input matrix.

k

Get the first k eigenvalues.

Value

y The vector of the first k eigenvalues.


[Package mina version 1.1.11 Index]