Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
oalhs_r.h
Go to the documentation of this file.
1
21
#ifndef OALHS_R_H
22
#define OALHS_R_H
23
24
#include <Rcpp.h>
25
#include "
oa_r_utils.h
"
26
#include "
oaLHS.h
"
27
#include "
RStandardUniform.h
"
28
38
RcppExport SEXP
/*double matrix*/
oa_to_lhs
(SEXP
/*int*/
n, SEXP
/*int*/
k,
39
SEXP
/*int matrix*/
oa, SEXP
/*bool*/
bverbose);
40
41
51
RcppExport SEXP
/*double matrix*/
create_oalhs
(SEXP
/*int*/
n, SEXP
/*int*/
k,
52
SEXP
/*bool*/
bChooseLargerDesign,
53
SEXP
/*bool*/
bverbose);
54
55
#endif
/* OALHS_R_H */
56
RStandardUniform.h
create_oalhs
RcppExport SEXP create_oalhs(SEXP n, SEXP k, SEXP bChooseLargerDesign, SEXP bverbose)
Definition:
oalhs_r.cpp:66
oa_r_utils.h
oa_to_lhs
RcppExport SEXP oa_to_lhs(SEXP n, SEXP k, SEXP oa, SEXP bverbose)
Definition:
oalhs_r.cpp:23
oaLHS.h
src
oalhs_r.h
Generated by
1.8.20