-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
121 lines (120 loc) · 2.43 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
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
S3method(cbind,shaq)
S3method(collapse,shaq)
S3method(collapse,tshaq)
S3method(prcomp,shaq)
S3method(shaq,"NULL")
S3method(shaq,double)
S3method(shaq,float32)
S3method(shaq,integer)
S3method(shaq,matrix)
S3method(shaq,vector)
S3method(t,shaq)
S3method(t,tshaq)
S3method(tshaq,"NULL")
S3method(tshaq,float32)
S3method(tshaq,matrix)
S3method(tshaq,vector)
export("DATA<-")
export(.balance)
export(DATA)
export(balance)
export(balance.info)
export(collapse)
export(expand)
export(get_local_dim)
export(is.shaq)
export(is.tshaq)
export(km)
export(lm_coefs)
export(logistic.fit)
export(ncol.local)
export(nrow.local)
export(poisson.fit)
export(qr_Q)
export(qr_R)
export(rand_measure)
export(ranshaq)
export(rantshaq)
export(reg.fit)
export(rsvd)
export(shaq)
export(svm)
export(tshaq)
export(unbalance)
exportMethods("!=")
exportMethods("%*%")
exportMethods("*")
exportMethods("+")
exportMethods("-")
exportMethods("/")
exportMethods("<")
exportMethods("<=")
exportMethods("==")
exportMethods(">")
exportMethods(">=")
exportMethods("DATA<-")
exportMethods("[")
exportMethods("[<-")
exportMethods("^")
exportMethods(DATA)
exportMethods(La.svd)
exportMethods(NCOL)
exportMethods(NROW)
exportMethods(abs)
exportMethods(acos)
exportMethods(acosh)
exportMethods(asin)
exportMethods(asinh)
exportMethods(atan)
exportMethods(atanh)
exportMethods(ceiling)
exportMethods(colMeans)
exportMethods(colSums)
exportMethods(cor)
exportMethods(cos)
exportMethods(cosh)
exportMethods(cov)
exportMethods(crossprod)
exportMethods(dim)
exportMethods(exp)
exportMethods(floor)
exportMethods(length)
exportMethods(log)
exportMethods(log10)
exportMethods(log2)
exportMethods(ncol)
exportMethods(ncol.local)
exportMethods(norm)
exportMethods(nrow)
exportMethods(nrow.local)
exportMethods(print)
exportMethods(rcond)
exportMethods(round)
exportMethods(scale)
exportMethods(show)
exportMethods(sin)
exportMethods(sinh)
exportMethods(sqrt)
exportMethods(sum)
exportMethods(svd)
exportMethods(tan)
exportMethods(tanh)
exportMethods(tcrossprod)
exportMethods(trunc)
import(float)
import(methods)
import(pbdMPI)
importFrom(float,float32)
importFrom(float,is.float)
importFrom(stats,optim)
importFrom(stats,prcomp)
importFrom(stats,runif)
useDynLib(kazaam,R_add1)
useDynLib(kazaam,R_float_mpicrossprod)
useDynLib(kazaam,R_km_assign)
useDynLib(kazaam,R_km_update)
useDynLib(kazaam,R_matmult_dgemm)
useDynLib(kazaam,R_memcpy)
useDynLib(kazaam,R_mpicrossprod)
useDynLib(kazaam,R_trinv)