-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.27 KB
/
NAMESPACE
File metadata and controls
51 lines (50 loc) · 1.27 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as.double,lazyMatrix)
S3method(as.double,lazyVector)
S3method(as.lazyMatrix,lazyMatrix)
S3method(as.lazyMatrix,lazyVector)
S3method(as.lazyMatrix,matrix)
S3method(as.lazyMatrix,numeric)
S3method(as.lazyVector,integer)
S3method(as.lazyVector,lazyMatrix)
S3method(as.lazyVector,lazyVector)
S3method(as.lazyVector,logical)
S3method(as.lazyVector,matrix)
S3method(as.lazyVector,numeric)
S3method(cbind,lazyMatrix)
S3method(cbind,lazyVector)
S3method(dim,lazyMatrix)
S3method(dim,lazyVector)
S3method(length,lazyMatrix)
S3method(length,lazyVector)
S3method(na.omit,lazyVector)
S3method(rbind,lazyMatrix)
S3method(rbind,lazyVector)
S3method(rep,lazyVector)
export(NA_lazy_)
export(as.lazyMatrix)
export(as.lazyNumber)
export(as.lazyVector)
export(intervals)
export(isNaN_or_Inf)
export(lazyDet)
export(lazyInv)
export(lazyResolve)
export(lazymat)
export(lazynb)
export(lazyvec)
exportMethods("diag<-")
exportMethods(anyNA)
exportMethods(cbind2)
exportMethods(diag)
exportMethods(is.na)
exportMethods(rbind2)
exportMethods(t)
importFrom(Rcpp,evalCpp)
importFrom(methods,cbind2)
importFrom(methods,new)
importFrom(methods,rbind2)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(stats,na.omit)
useDynLib(lazyNumbers, .registration=TRUE)