-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
S3method(as_array,sparta)
S3method(as_array,sparta_unity)
S3method(as_cpt,sparta)
S3method(as_df,sparta)
S3method(as_sparta,array)
S3method(as_sparta,data.frame)
S3method(as_sparta,matrix)
S3method(as_sparta,sparta)
S3method(as_sparta,table)
S3method(dim_names,sparta)
S3method(div,numeric)
S3method(div,sparta)
S3method(equiv,sparta)
S3method(get_cell_name,sparta)
S3method(get_val,sparta)
S3method(marg,numeric)
S3method(marg,sparta)
S3method(max,sparta)
S3method(min,sparta)
S3method(mult,numeric)
S3method(mult,sparta)
S3method(names,sparta)
S3method(normalize,numeric)
S3method(normalize,sparta)
S3method(print,sparta)
S3method(slice,sparta)
S3method(sparsity,sparta)
S3method(sparsity,sparta_unity)
S3method(sparta_rank,sparta_unity)
S3method(sum,sparta)
S3method(table_size,sparta)
S3method(vals,sparta)
S3method(which_max_cell,sparta)
S3method(which_max_idx,sparta)
S3method(which_min_cell,sparta)
S3method(which_min_idx,sparta)
export(allowed_class_to_sparta)
export(as_array)
export(as_cpt)
export(as_df)
export(as_sparta)
export(dim_names)
export(div)
export(equiv)
export(get_cell_name)
export(get_val)
export(get_values)
export(marg)
export(mult)
export(normalize)
export(slice)
export(sparsity)
export(sparta_ones)
export(sparta_rank)
export(sparta_struct)
export(sparta_unity_struct)
export(table_size)
export(vals)
export(which_max_cell)
export(which_max_idx)
export(which_min_cell)
export(which_min_idx)
importFrom(Rcpp,sourceCpp)
useDynLib(sparta, .registration = TRUE)