File: NAMESPACE

package info (click to toggle)
r-cran-rcppeigen 0.3.3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,808 kB
  • sloc: cpp: 114,763; ansic: 17; sh: 6; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
useDynLib("RcppEigen", .registration=TRUE)

importClassesFrom("Matrix", "dgCMatrix", "dgeMatrix", "dsCMatrix", "dtCMatrix")
importFrom("Rcpp", "evalCpp")
importFrom("utils", "packageDescription", "package.skeleton")
importFrom("stats", "model.frame", "model.matrix", "model.response", "fitted", "coef", "printCoefmat", "pt")
export("fastLm",
       "fastLmPure",
       "RcppEigen.package.skeleton"
       )

S3method("fastLm", "default")
S3method("fastLm", "formula")
S3method("predict", "fastLm")
S3method("print", "fastLm")
S3method("summary", "fastLm")
S3method("print", "summary.fastLm")