-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
23 lines (22 loc) · 759 Bytes
/
NAMESPACE
File metadata and controls
23 lines (22 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by roxygen2: do not edit by hand
S3method(edgeList,SparseBlockMatrixR)
S3method(sparse,SparseBlockMatrixR)
export(ccdr.run)
export(generate_mvn_data)
importFrom(Rcpp,sourceCpp)
importFrom(sparsebnUtils,as.sparse)
importFrom(sparsebnUtils,edgeList)
importFrom(sparsebnUtils,get.adjacency.matrix)
importFrom(sparsebnUtils,is.edgeList)
importFrom(sparsebnUtils,is.sparse)
importFrom(sparsebnUtils,is.zero)
importFrom(sparsebnUtils,num.edges)
importFrom(sparsebnUtils,num.nodes)
importFrom(sparsebnUtils,reIndexC)
importFrom(sparsebnUtils,reIndexR)
importFrom(sparsebnUtils,sparse)
importFrom(sparsebnUtils,to_graphNEL)
importFrom(sparsebnUtils,to_igraph)
importFrom(stats,rnorm)
importFrom(utils,tail)
useDynLib(ccdrAlgorithm, .registration = TRUE)