-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
executable file
·114 lines (113 loc) · 2.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
S3method("%*%",default)
S3method("%*%",yac_symbol)
S3method("[",yac_symbol)
S3method("[<-",yac_symbol)
S3method("[[",yac_symbol)
S3method("diag<-",default)
S3method("diag<-",yac_symbol)
S3method(Hessian,yac_symbol)
S3method(Jacobian,yac_symbol)
S3method(Math,yac_symbol)
S3method(Ops,yac_symbol)
S3method(as.character,yac_symbol)
S3method(as_r,default)
S3method(as_r,yac_symbol)
S3method(as_y,default)
S3method(as_y,yac_symbol)
S3method(c,yac_symbol)
S3method(cbind,yac_symbol)
S3method(deriv,yac_symbol)
S3method(det,default)
S3method(det,yac_symbol)
S3method(diag,default)
S3method(diag,yac_symbol)
S3method(dim,yac_symbol)
S3method(integrate,default)
S3method(integrate,yac_symbol)
S3method(length,yac_symbol)
S3method(lim,default)
S3method(lim,yac_symbol)
S3method(lower.tri,default)
S3method(lower.tri,yac_symbol)
S3method(pow,default)
S3method(pow,yac_symbol)
S3method(print,yac_symbol)
S3method(prod,yac_symbol)
S3method(rbind,yac_symbol)
S3method(simplify,yac_symbol)
S3method(solve,yac_symbol)
S3method(str,yac_symbol)
S3method(sum,yac_symbol)
S3method(t,yac_symbol)
S3method(tex,yac_symbol)
S3method(tr,default)
S3method(tr,yac_symbol)
S3method(upper.tri,default)
S3method(upper.tri,yac_symbol)
S3method(vec,default)
S3method(vec,yac_symbol)
S3method(vech,default)
S3method(vech,yac_symbol)
S3method(with_value,default)
S3method(with_value,yac_symbol)
S3method(y_eval,default)
S3method(y_fn,default)
S3method(y_fn,yac_symbol)
S3method(y_rmvars,default)
S3method(y_rmvars,yac_symbol)
S3method(yac,default)
S3method(yac,yac_symbol)
S3method(yac_assign,default)
S3method(yac_assign,yac_symbol)
S3method(yac_expr,default)
S3method(yac_expr,yac_symbol)
S3method(yac_silent,default)
S3method(yac_silent,yac_symbol)
S3method(yac_str,default)
S3method(yac_str,yac_symbol)
export("%*%")
export("%>%")
export("diag<-")
export(Hessian)
export(Jacobian)
export(as_r)
export(as_y)
export(det)
export(diag)
export(get_output_width)
export(integrate)
export(lim)
export(lower.tri)
export(matrix_product)
export(pow)
export(set_output_width)
export(simplify)
export(tex)
export(tr)
export(upper.tri)
export(vec)
export(vech)
export(with_value)
export(y_eval)
export(y_fn)
export(y_print)
export(y_rmvars)
export(yac)
export(yac_assign)
export(yac_cli)
export(yac_expr)
export(yac_silent)
export(yac_str)
export(yac_symbol)
export(ysym)
export(ysym_ls)
importFrom(Rcpp,evalCpp)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,deriv)
importFrom(stats,integrate)
importFrom(utils,loadhistory)
importFrom(utils,savehistory)
importFrom(utils,str)
useDynLib(Ryacas, .registration = TRUE)