-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.04 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
47
48
# Generated by roxygen2: do not edit by hand
export(Bingham)
export(FB)
export(Windham)
export(Windham_populationinverse)
export(Windham_populationinverse_alternative)
export(cppad_closed)
export(cppad_search)
export(dppi)
export(evaltape)
export(ppi)
export(ppi_cW)
export(ppi_cW_auto)
export(ppi_fromAstar)
export(ppi_mmmm)
export(ppi_parammats)
export(ppi_paramvec)
export(ppi_robust)
export(ppi_robust_alrgengamma)
export(ppi_smvalues)
export(ppi_toAstar)
export(quadratictape_parts)
export(rppi)
export(rppi_egmodel)
export(rsymmetricmatrix)
export(smvalues)
export(smvalues_wsum)
export(tape_Hessian)
export(tape_Jacobian)
export(tape_gradoffset)
export(tape_logJacdet)
export(tape_smd)
export(tape_swap)
export(tape_uld)
export(tape_uld_inbuilt)
export(testquadratic)
export(vMF)
export(vMF_robust)
exportClasses(Rcpp_ADFun)
exportMethods(print)
exportMethods(show)
importFrom(Rcpp,evalCpp)
importFrom(RcppEigen,fastLmPure)
importFrom(Rdpack,reprompt)
importFrom(methods,show)
importFrom(stats,weighted.mean)
useDynLib(scorematchingad, .registration = TRUE)