-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
50 lines (49 loc) · 876 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export("%cross%")
export("%curl%")
export("%diff%")
export("%div%")
export("%divergence%")
export("%dot%")
export("%gradient%")
export("%hessian%")
export("%inner%")
export("%jacobian%")
export("%kronecker%")
export("%laplacian%")
export("%mx%")
export("%outer%")
export("%prod%")
export("%sum%")
export("diagonal<-")
export("index<-")
export(c2e)
export(contraction)
export(cross)
export(curl)
export(delta)
export(derivative)
export(diagonal)
export(divergence)
export(e2c)
export(einstein)
export(epsilon)
export(evaluate)
export(gradient)
export(hermite)
export(hessian)
export(index)
export(integral)
export(jacobian)
export(laplacian)
export(mx)
export(mxdet)
export(mxinv)
export(mxtr)
export(ode)
export(partitions)
export(taylor)
export(wrap)
import(Rcpp)
importFrom(Rcpp,evalCpp)
useDynLib(calculus, .registration=TRUE)