R/RcppExports.R

Defines functions rcppeigen_bothproducts rcppeigen_innerproduct rcppeigen_outerproduct rcppeigen_hello_world GCElin_objFunct GCElin_gradFunct

Documented in GCElin_gradFunct GCElin_objFunct rcppeigen_bothproducts rcppeigen_hello_world rcppeigen_innerproduct rcppeigen_outerproduct

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

#' @export
GCElin_gradFunct <- function() {
    .Call(`_GCEmodels_GCElin_gradFunct`)
}

#' @export
GCElin_objFunct <- function() {
    .Call(`_GCEmodels_GCElin_objFunct`)
}

rcppeigen_hello_world <- function() {
    .Call(`_GCEmodels_rcppeigen_hello_world`)
}

rcppeigen_outerproduct <- function(x) {
    .Call(`_GCEmodels_rcppeigen_outerproduct`, x)
}

rcppeigen_innerproduct <- function(x) {
    .Call(`_GCEmodels_rcppeigen_innerproduct`, x)
}

rcppeigen_bothproducts <- function(x) {
    .Call(`_GCEmodels_rcppeigen_bothproducts`, x)
}
gcemodels/GCEmodels documentation built on Aug. 10, 2024, 1:58 a.m.