File: NAMESPACE

package info (click to toggle)
r-cran-randomfieldsutils 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,956 kB
  • sloc: ansic: 7,119; cpp: 6,437; fortran: 3,403; makefile: 7; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,280 bytes parent folder | download
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

############exportPattern("^[^\\.]")

export(cholx, cholPosDef, Print, solvex, solvePosDef, chol2mv, tcholRHS,
       crossprodx, scalarx,
       colMax, rowMeansx, rowProd, SelfDivByRow, quadratic, dotXV,
       sleep.milli, sleep.micro,
       hostname, pid, 
#       gpu_info,
       FileExists, LockRemove, WaitOthers,
       sortx, orderx,
       gauss, matern, nonstwm, whittle,
       I0L0, struveH, struveL,
       # besselKx,
       RFoptions, confirm,
       checkExamples, Dependencies, debugging_level,
       dbinorm,
       uses.simd.instruction, misses.simd.instruction,
        LA_AUTO, LA_INTERN, LA_R, LA_GPU, LA_QUERY,
       PIVOT_NONE, PIVOT_AUTO, PIVOT_DO, PIVOT_IDX
        )

useDynLib(RandomFieldsUtils, .registration = TRUE, .fixes = "C_")
#useDynLib(spam)

importFrom("utils", "str", "packageDescription", "contrib.url", "read.table",
           "install.packages", "available.packages", "compareVersion",
             "installed.packages")
importFrom("methods", "hasArg", "is")
importFrom("grDevices", "dev.off")
importFrom("parallel", "detectCores")

S3method(print, RFopt)
S3method(summary, RFopt)
S3method(print, summary.RFopt)
S3method(print, RFoptElmnt)
S3method(summary, RFoptElmnt)
S3method(print, summary.RFoptElmnt)
S3method(print, gpu_list)