Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
#include <utilityLHS.h>
Public Member Functions | |
W | operator() (const T &x) const |
A unary_function to invert a number in a STL algorithm
T | the type of number to invert |
W | the type of the result. (normally a double or float) |
|
inline |
A unary_function to invert a number
x | the object to invert |