Latin Hypercube Samples (lhs)  1.0
R, C++, and Rcpp code to generate Latin hypercube samples
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
lhs_r.h
Go to the documentation of this file.
1 
21 #ifndef LHS_R_H
22 #define LHS_R_H
23 
24 #include <Rcpp.h>
25 #include "LHSCommonDefines.h"
26 #include "lhs_r_utilities.h"
27 #include "RStandardUniform.h"
28 #include "bclibVersion.h"
29 #include "oalibVersion.h"
30 #include "lhslibVersion.h"
31 
39 RcppExport SEXP improvedLHS_cpp(SEXP n, SEXP k, SEXP dup);
47 RcppExport SEXP maximinLHS_cpp(SEXP n, SEXP k, SEXP dup);
57 RcppExport SEXP optimumLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps,
58  SEXP bVerbose);
69 RcppExport SEXP optSeededLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps,
70  SEXP pOld, SEXP bVerbose);
78 RcppExport SEXP randomLHS_cpp(SEXP n, SEXP k, SEXP preserveDraw);
90 RcppExport SEXP geneticLHS_cpp(SEXP n, SEXP k, SEXP pop, SEXP gen, SEXP pMut,
91  SEXP criterium, SEXP bVerbose);
92 
97 RcppExport SEXP get_library_versions();
98 
99 #endif /* LHS_R_H */
RStandardUniform.h
get_library_versions
RcppExport SEXP get_library_versions()
Definition: lhs_r.cpp:313
LHSCommonDefines.h
maximinLHS_cpp
RcppExport SEXP maximinLHS_cpp(SEXP n, SEXP k, SEXP dup)
Definition: lhs_r.cpp:85
randomLHS_cpp
RcppExport SEXP randomLHS_cpp(SEXP n, SEXP k, SEXP preserveDraw)
Definition: lhs_r.cpp:218
oalibVersion.h
optimumLHS_cpp
RcppExport SEXP optimumLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps, SEXP bVerbose)
Definition: lhs_r.cpp:126
geneticLHS_cpp
RcppExport SEXP geneticLHS_cpp(SEXP n, SEXP k, SEXP pop, SEXP gen, SEXP pMut, SEXP criterium, SEXP bVerbose)
Definition: lhs_r.cpp:265
improvedLHS_cpp
RcppExport SEXP improvedLHS_cpp(SEXP n, SEXP k, SEXP dup)
Definition: lhs_r.cpp:44
optSeededLHS_cpp
RcppExport SEXP optSeededLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps, SEXP pOld, SEXP bVerbose)
Definition: lhs_r.cpp:171
lhs_r_utilities.h
lhslibVersion.h