-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1019 Bytes
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1019 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("$",gf_data)
S3method("$<-",gf_data)
S3method("[",gf_areal)
S3method("[",gf_point)
S3method("[<-",gf_areal)
S3method("[<-",gf_point)
S3method("[[",gf)
S3method(cos,fe_function)
S3method(dim,gf_areal)
S3method(dim,gf_point)
S3method(exp,fe_function)
S3method(log,fe_function)
S3method(names,gf)
S3method(names,gf_areal)
S3method(names,gf_point)
S3method(plot,gf_areal)
S3method(plot,gf_point)
S3method(plot,plottable_function)
S3method(plot,triangulation_2_2)
S3method(print,gf)
S3method(print,gf_areal)
S3method(print,gf_point)
S3method(sin,fe_function)
export(bfgs)
export(fe_elliptic)
export(fe_function)
export(fpca)
export(gcv)
export(geoframe)
export(gf_geometry)
export(gf_locations)
export(gf_polygons)
export(gradient_descent)
export(grid_search)
export(gsr)
export(newton_fd)
export(ppe)
export(qsr)
export(sr)
export(triangulation)
exportPattern("^[[:alpha:]]+")
import(Rcpp)
import(RcppEigen)
import(methods)
importFrom(Rcpp,evalCpp)
useDynLib(fdaPDE2)