forked from jamesyili/rTensor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
executable file
·52 lines (48 loc) · 982 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
export(as.tensor)
export(cp)
export(cs_fold)
export(cs_unfold)
export(fnorm)
export(fold)
export(hadamard_list)
export(hosvd)
export(innerProd)
export(k_fold)
export(k_unfold)
export(khatri_rao)
export(khatri_rao_list)
export(kronecker_list)
export(matvec)
export(modeMean)
export(modeSum)
export(mpca)
export(plot_orl)
export(pvd)
export(rand_tensor)
export(rs_fold)
export(rs_unfold)
export(t_mult)
export(t_svd)
export(t_svd_reconstruct)
export(tperm)
export(ttl)
export(ttm)
export(tucker)
export(unfold)
export(unmatvec)
export(vec)
export(load_orl)
exportClasses(Tensor)
exportMethods("[")
exportMethods(dim)
exportMethods(head)
exportMethods(print)
exportMethods(show)
exportMethods(t)
exportMethods(tail)
importFrom(grDevices, grey)
importFrom(graphics, image)
importFrom(methods, callGeneric, is, new, show, validObject)
importFrom(stats, fft, rnorm)
importFrom(utils, data, setTxtProgressBar, txtProgressBar, download.file)