-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
41 lines (40 loc) · 1 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
# Generated by roxygen2: do not edit by hand
S3method(cosine,data.frame)
S3method(cosine,default)
S3method(cosine,dgCMatrix)
S3method(cosine,matrix)
S3method(cosine,simple_triplet_matrix)
S3method(covar,data.frame)
S3method(covar,default)
S3method(covar,matrix)
S3method(pcor,data.frame)
S3method(pcor,default)
S3method(pcor,matrix)
S3method(sparsity,matrix)
S3method(sparsity,simple_triplet_matrix)
S3method(tcosine,data.frame)
S3method(tcosine,matrix)
S3method(tcovar,data.frame)
S3method(tcovar,matrix)
S3method(tpcor,data.frame)
S3method(tpcor,matrix)
export(cosine)
export(covar)
export(pcor)
export(scaler)
export(sparsity)
export(tcosine)
export(tcovar)
export(tpcor)
useDynLib(coop,R_check_badvals)
useDynLib(coop,R_co_mat)
useDynLib(coop,R_co_mat_pairwise)
useDynLib(coop,R_co_matmat)
useDynLib(coop,R_co_sparse)
useDynLib(coop,R_co_vecvec)
useDynLib(coop,R_csc_to_coo)
useDynLib(coop,R_fast_naomit)
useDynLib(coop,R_naomit_vecvec)
useDynLib(coop,R_scaler)
useDynLib(coop,R_sparsity_dbl)
useDynLib(coop,R_sparsity_int)