Package: RcppEigen 0.3.4.0.2
RcppEigen: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library. Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Authors:
RcppEigen_0.3.4.0.2.tar.gz
RcppEigen_0.3.4.0.2.zip(r-4.5)RcppEigen_0.3.4.0.2.zip(r-4.4)RcppEigen_0.3.4.0.2.zip(r-4.3)
RcppEigen_0.3.4.0.2.tgz(r-4.4-x86_64)RcppEigen_0.3.4.0.2.tgz(r-4.4-arm64)RcppEigen_0.3.4.0.2.tgz(r-4.3-x86_64)RcppEigen_0.3.4.0.2.tgz(r-4.3-arm64)
RcppEigen_0.3.4.0.2.tar.gz(r-4.5-noble)RcppEigen_0.3.4.0.2.tar.gz(r-4.4-noble)
RcppEigen_0.3.4.0.2.tgz(r-4.4-emscripten)RcppEigen_0.3.4.0.2.tgz(r-4.3-emscripten)
RcppEigen.pdf |RcppEigen.html✨
RcppEigen/json (API)
NEWS
# Install 'RcppEigen' in R: |
install.packages('RcppEigen', repos = c('https://rcppcore.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rcppcore/rcppeigen/issues
algorithmc-plus-pluseigeneigen-library
Last updated 3 months agofrom:a0f0564c33. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win-x86_64 | OK | Oct 29 2024 |
R-4.5-linux-x86_64 | OK | Oct 29 2024 |
R-4.4-win-x86_64 | OK | Oct 29 2024 |
R-4.4-mac-x86_64 | OK | Oct 29 2024 |
R-4.4-mac-aarch64 | OK | Oct 29 2024 |
R-4.3-win-x86_64 | OK | Oct 29 2024 |
R-4.3-mac-x86_64 | OK | Oct 29 2024 |
R-4.3-mac-aarch64 | OK | Oct 29 2024 |
Exports:fastLmfastLmPureRcppEigen.package.skeleton
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Rcpp/Eigen bridge | RcppEigen-package RcppEigen |
Bare-bones linear model fitting function | fastLm fastLm.default fastLm.formula fastLmPure |
Create a skeleton for a new package that intends to use RcppEigen | RcppEigen.package.skeleton |