MyRListFunc

Langue: en

Version: 294738 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

MyRListFunc -

SYNOPSIS


Inherits RcppFunction.

Public Member Functions


MyRListFunc (SEXP fn)

std::vector< double > addOne (double alpha, double beta, double gamma)

Detailed Description

Definition at line 78 of file RcppExample.cpp.

Constructor & Destructor Documentation

MyRListFunc::MyRListFunc (SEXP fn) [inline]

Definition at line 80 of file RcppExample.cpp.

Member Function Documentation

std::vector<double> MyRListFunc::addOne (double alpha, double beta, double gamma) [inline]

Definition at line 81 of file RcppExample.cpp.

References RcppFunction::appendToRList(), RcppFunction::clearProtectionStack(), RcppFunction::listCall(), and RcppFunction::setRListSize().

Referenced by Rcpp_Example().

Author

Generated automatically by Doxygen for Rcpp from the source code.