Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
o
p
r
s
v
Functions
a
b
c
d
f
g
i
l
m
o
p
r
s
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
g
i
j
k
l
m
n
o
p
q
r
s
t
u
x
~
Functions
a
b
c
g
m
o
p
r
s
~
Variables
Files
File List
File Members
All
a
b
c
e
f
g
i
m
n
o
p
r
s
u
w
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
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