-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
32 lines (31 loc) · 939 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
# Generated by roxygen2: do not edit by hand
S3method(fitted,glmpca_pois_fit)
S3method(print,summary.glmpca_pois_fit)
S3method(summary,glmpca_pois_fit)
export(fit_glmpca_pois)
export(fit_glmpca_pois_control_default)
export(generate_glmpca_data_pois)
export(init_glmpca_pois)
export(set_fastglmpca_threads)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,defaultNumThreads)
importFrom(RcppParallel,setThreadOptions)
importFrom(daarem,daarem)
importFrom(daarem,fpiter)
importFrom(distr,Dirac)
importFrom(distr,Unif)
importFrom(distr,UnivarMixingDistribution)
importFrom(distr,r)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(utils,modifyList)
importMethodsFrom(Matrix,tcrossprod)
useDynLib(fastglmpca)