-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 800 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(hausdorff_divergence)
export(plot1DTransport)
export(plotGridTransport)
export(plotTransportPoints)
export(plotTree)
export(regularizedTransport)
export(sinkhorn_divergence)
export(treeTransport)
export(umtp)
import(RcppEigen)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(Rdpack,reprompt)
importFrom(diagram,curvedarrow)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rainbow)
importFrom(graphics,Axis)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,runif)
importFrom(transport,transport)
useDynLib(unbalancedTransport, .registration = TRUE)