https://github.com/cran/GPGame
Raw File
Tip revision: becef560c88451a1d5de0ef4209f74e7d9114b50 authored by Victor Picheny on 10 June 2017, 05:17:19 UTC
version 1.0.0
Tip revision: becef56
RcppExports.R
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

PSNE_sparseMat_cross <- function(NS, Poffs, expindices, combisim, ncross) {
    .Call('GPGame_PSNE_sparseMat_cross', PACKAGE = 'GPGame', NS, Poffs, expindices, combisim, ncross)
}

getPoffsCross <- function(isNash, Poffs, combisim, nsim) {
    .Call('GPGame_getPoffsCross', PACKAGE = 'GPGame', isNash, Poffs, combisim, nsim)
}

PSNE_sparseMat <- function(NS, Poffs, expindices) {
    .Call('GPGame_PSNE_sparseMat', PACKAGE = 'GPGame', NS, Poffs, expindices)
}

PSNE_sparseMat_sorted <- function(NS, Poffs, expindices) {
    .Call('GPGame_PSNE_sparseMat_sorted', PACKAGE = 'GPGame', NS, Poffs, expindices)
}

getPoffs <- function(isNash, Poffs, nsim, nobj) {
    .Call('GPGame_getPoffs', PACKAGE = 'GPGame', isNash, Poffs, nsim, nobj)
}

back to top