forked from RcppCore/RcppEigen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRcppExports.R
More file actions
29 lines (22 loc) · 686 Bytes
/
Copy pathRcppExports.R
File metadata and controls
29 lines (22 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
eigen_version <- function(single) {
.Call(`_RcppEigen_eigen_version`, single)
}
eigen_version_typed <- function() {
.Call(`_RcppEigen_eigen_version_typed`)
}
Eigen_SSE <- function() {
.Call(`_RcppEigen_Eigen_SSE`)
}
#' @rdname RcppEigen_throttle_cores
EigenNbThreads <- function() {
.Call(`_RcppEigen_EigenNbThreads`)
}
#' @rdname RcppEigen_throttle_cores
EigenSetNbThreads <- function(n) {
invisible(.Call(`_RcppEigen_EigenSetNbThreads`, n))
}
fastLm_Impl <- function(X, y, type) {
.Call(`_RcppEigen_fastLm_Impl`, X, y, type)
}