-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.13 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
export(compute_indicators)
export(copula)
export(dinvweibull_with_loc)
export(direct_sampling)
export(ess)
export(estimtate_lipschitz_constant)
export(exact_vol)
export(frustum_of_simplex)
export(gen_birkhoff)
export(gen_cross)
export(gen_cube)
export(gen_prod_simplex)
export(gen_rand_hpoly)
export(gen_rand_vpoly)
export(gen_rand_zonotope)
export(gen_simplex)
export(gen_skinny_cube)
export(geweke)
export(inner_ball)
export(pinvweibull_with_loc)
export(psrf_multivariate)
export(psrf_univariate)
export(raftery)
export(read_sdpa_format_file)
export(rotate_polytope)
export(round_polytope)
export(sample_points)
export(uniform_sample_correlation_matrices)
export(volume)
export(write_sdpa_format_file)
export(zonotope_approximation)
exportClasses(Hpolytope)
exportClasses(HpolytopeSparse)
exportClasses(Spectrahedron)
exportClasses(Vpolytope)
exportClasses(VpolytopeIntersection)
exportClasses(Zonotope)
exportPattern("^[[:alpha:]]+")
importFrom("methods","new")
importFrom("stats","cov")
importFrom("utils","read.csv")
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,loadModule)
useDynLib(volesti, .registration=TRUE)