Title: | Simple test package for long long interactions |
---|---|
Description: | Simple tests to tickle long long conversions |
Authors: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.0.1 |
Built: | 2024-11-04 03:32:31 UTC |
Source: | https://github.com/eddelbuettel/rcpplonglong |
The package does little and serves to tickle some compiler conversions.
Please see the Rcpp headers.
Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
# Optional simple examples of the most important functions
# Optional simple examples of the most important functions
Simple test function for long vectors
longFun(x)
longFun(x)
x |
A vector of long integers |
A double vector
Dirk Eddelbuettel
Internal use of long long vectors
longlongInside(n)
longlongInside(n)
n |
An integer |
A double
Dirk Eddelbuettel
Simple test function for unsigned long vectors
unsignedlongFun(x)
unsignedlongFun(x)
x |
A vector of unsigned long integers |
A double vector
Dirk Eddelbuettel