R/RcppExports.R

Defines functions eigendec

Documented in eigendec

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' Spectral decomposition of a symetric matrix
#'
#' 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.
#'
#' @param M a matrix.
#' @export eigendec
eigendec <- function(M) {
    .Call('_gasper_eigendec', PACKAGE = 'gasper', M)
}

Try the gasper package in your browser

Any scripts or data that you put into this service are public.

gasper documentation built on Oct. 27, 2023, 1:07 a.m.