R/RcppExports.R

Defines functions JacobiSCpp JacobiCpp

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

JacobiCpp <- function(x, only_values = FALSE, eps = 0.0) {
    .Call('_JacobiEigen_JacobiCpp', PACKAGE = 'JacobiEigen', x, only_values, eps)
}

JacobiSCpp <- function(x, only_values = FALSE, eps = 0.0) {
    .Call('_JacobiEigen_JacobiSCpp', PACKAGE = 'JacobiEigen', x, only_values, eps)
}

Try the JacobiEigen package in your browser

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

JacobiEigen documentation built on April 17, 2021, 9:06 a.m.