-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export(.labelArrayGroup)
export(.labelOperationGroup)
export(.loadList)
export(.pickArrayType)
export(.saveDataset)
export(.saveList)
export(allowExternalSeeds)
export(knownArrays)
export(knownOperations)
export(loadDelayed)
export(saveDelayed)
export(saveDelayedObject)
export(validate)
exportMethods(saveDelayedObject)
import(DelayedArray)
import(methods)
importClassesFrom(HDF5Array,H5SparseMatrix)
importClassesFrom(HDF5Array,HDF5ArraySeed)
importClassesFrom(Matrix,CsparseMatrix)
importClassesFrom(Matrix,Matrix)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,type)
importFrom(HDF5Array,H5SparseMatrix)
importFrom(HDF5Array,HDF5Array)
importFrom(HDF5Array,writeHDF5Array)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Rcpp,sourceCpp)
importFrom(rhdf5,H5Dclose)
importFrom(rhdf5,H5Dopen)
importFrom(rhdf5,H5Fclose)
importFrom(rhdf5,H5Fopen)
importFrom(rhdf5,H5Gclose)
importFrom(rhdf5,H5Gopen)
importFrom(rhdf5,h5createDataset)
importFrom(rhdf5,h5createFile)
importFrom(rhdf5,h5createGroup)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5readAttributes)
importFrom(rhdf5,h5write)
importFrom(rhdf5,h5writeAttribute)
useDynLib(chihaya, .registration=TRUE)