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)
}
|