[Rcpp-devel] Inf to NA.
Dirk Eddelbuettel
edd at debian.org
Tue Dec 21 19:15:54 CET 2010
On 21 December 2010 at 17:56, Cedric Ginestet wrote:
| Dirk and Romain,
| Spot on. I will stick to float for the foreseeable future.
| Thanks a lot,
|
| Dirk,
| I still couldn't find information for the Rcpp:List class from here:
| http://dirk.eddelbuettel.com/code/rcpp/html/namespaceRcpp.html
| More generally, where is the best place to look for information about a
| particular class?
I find the 'Search' feature for Doxygen quite convenient. Enter terms without
the Rcpp:: prefix though.
If you start at http://dirk.eddelbuettel.com/code/rcpp and enter List at the
top left ... you get to List being typedef'ed to Vector<VECSXP>. Sorry :)
So you need to look at Vector which you can by clicking on Vector there.
Dirk
--
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com
More information about the Rcpp-devel
mailing list