This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
forked from samuelgerber/mop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 1.47 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
useDynLib("mop")
export(
"transport",
"neighbor.min.flow",
"neighbor.min.flow.plot",
"neighbor.min.flow3d",
"neighbor.min.flow3d.plot",
"neighbor.min.flow3d.plot3d",
"multiscale.transport.solve",
"multiscale.transport.create.lp",
"multiscale.transport.delete.lp",
"multiscale.transport.setup.default",
"multiscale.transport.add.expand.neighborhood.strategy",
"multiscale.transport.add.refine.neighborhood.strategy",
"multiscale.transport.add.potential.neighborhood.strategy",
"multiscale.transport.set.propagation.strategy.1",
"multiscale.transport.set.propagation.strategy.2",
"multiscale.transport.set.max.neighborhood.size",
"multiscale.transport.create.neighborhood.propagation.strategy",
"multiscale.transport.create.capacity.propagation.strategy",
"multiscale.transport.create.iterated.capacity.propagation.strategy",
"multiscale.transport.create.randomized.neighborhood.propagation.strategy",
"multiscale.transport.create.sinkhorn.propagation.strategy",
"multiscale.transport.create.max.entropy.propagation.strategy",
"multiscale.transport.plot.map",
"multiscale.transport.plot.multiscale.map",
"multiscale.transport.plot.binnned.map",
"multiscale.transport.bin",
"multiscale.transport.interpolate",
"multiscale.transport.decompose",
"multiscale.transport.decompose2",
"multiscale.transport.vector.decomposition",
"multiscale.transport.barycenter",
"multiscale.transport.barycenter.parallel",
"sample.from.array",
"sample.to.array"
)