-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.27 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Generated by roxygen2: do not edit by hand
S3method(as.function,BasicOrVecBasic)
S3method(as.matrix,DenseMatrix)
S3method(cbind,SymEngineDataType)
S3method(rbind,SymEngineDataType)
S3method(rep,Basic)
S3method(rep,VecBasic)
S3method(unique,VecBasic)
export(Basic)
export(Constant)
export(DoubleVisitor)
export(Function)
export(FunctionSymbol)
export(GCD)
export(LCM)
export(Matrix)
export(ODESystem)
export(Real)
export(S)
export(Symbol)
export(V)
export(Vector)
export(as.language)
export(codegen)
export(dirichlet_eta)
export(dxdt)
export(erf)
export(erfc)
export(evalf)
export(expand)
export(free_symbols)
export(function_symbols)
export(get_args)
export(get_hash)
export(get_name)
export(get_prec)
export(get_str)
export(get_type)
export(kronecker_delta)
export(lambdify)
export(lambertw)
export(lowergamma)
export(nextprime)
export(subs)
export(symengine_ascii_art)
export(symengine_have_component)
export(symengine_version)
export(uppergamma)
export(use_vars)
export(visitor_call)
export(zeta)
exportMethods(D)
exportMethods(atan2)
exportMethods(beta)
exportMethods(choose)
exportMethods(det)
exportMethods(digamma)
exportMethods(factorial)
exportMethods(predict)
exportMethods(psigamma)
exportMethods(solve)
exportMethods(t)
exportMethods(trigamma)
import(methods)
importFrom(Rcpp,cppFunction)