File: RcppExports.R

package info (click to toggle)
r-cran-multicool 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 156 kB
  • sloc: cpp: 420; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

generateCompositions <- function(n) {
    .Call('_multicool_generateCompositions', PACKAGE = 'multicool', n)
}

Stirling2C <- function(n, k) {
    .Call('_multicool_Stirling2C', PACKAGE = 'multicool', n, k)
}

BellC <- function(n) {
    .Call('_multicool_BellC', PACKAGE = 'multicool', n)
}

multinomCoeff <- function(x, useDouble) {
    .Call('_multicool_multinomCoeff', PACKAGE = 'multicool', x, useDouble)
}