-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 879 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
# Generated by roxygen2: do not edit by hand
S3method("*",polynomial)
S3method("+",polynomial)
S3method("-",polynomial)
S3method("/",polynomial)
S3method("==",polynomial)
S3method("^",polynomial)
S3method(as_polynomial,"(")
S3method(as_polynomial,call)
S3method(as_polynomial,character)
S3method(as_polynomial,name)
S3method(as_polynomial,numeric)
S3method(gradient,"function")
S3method(gradient,call)
S3method(gradient,character)
S3method(gradient,numeric)
S3method(is_polynomial,call)
S3method(is_polynomial,character)
S3method(is_polynomial,name)
S3method(is_polynomial,numeric)
S3method(print,polynomial)
S3method(simplify,"(")
S3method(simplify,call)
S3method(simplify,character)
S3method(simplify,name)
S3method(simplify,numeric)
export(D2)
export(as_polynomial)
export(constant_fold)
export(gradient)
export(is_polynomial)
export(polynomial)
export(simplify)
export(wrt)