Other packages > Find by keyword >

RcppEigen  

'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
View on CRAN: Click here


Download and install RcppEigen package within the R console
Install from CRAN:
install.packages("RcppEigen")

Install from Github:
library("remotes")
install_github("cran/RcppEigen")

Install by package version:
library("remotes")
install_version("RcppEigen", "0.3.4.0.2")



Attach the package and use:
library("RcppEigen")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-06-25
Latest Update: 2024-08-24
Description:
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'.
How to cite:
Dirk Eddelbuettel (2011). RcppEigen: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library. R package version 0.3.4.0.2, https://cran.r-project.org/web/packages/RcppEigen. Accessed 04 Aug. 2026.
Previous versions and publish date:
(2026-07-09 08:22), 0.1.1 (2011-06-25 15:31), 0.1.2 (2011-09-12 21:05), 0.1.3 (2011-10-28 09:08), 0.1.4 (2011-11-30 09:22), 0.2.0 (2012-03-12 07:10), 0.3.0 (2012-07-10 21:54), 0.3.1.2.1 (2013-02-04 08:02), 0.3.1.2.3 (2013-10-25 08:49), 0.3.1.2 (2012-11-29 19:26), 0.3.1 (2012-08-07 19:37), 0.3.2.0.1 (2013-12-19 19:03), 0.3.2.0.2 (2014-01-26 19:52), 0.3.2.0.3 (2014-03-01 21:07), 0.3.2.0 (2013-12-06 13:17), 0.3.2.1.0 (2014-03-04 14:16), 0.3.2.1.1 (2014-03-07 10:07), 0.3.2.1.2 (2014-05-06 07:49), 0.3.2.2.0 (2014-08-21 14:49), 0.3.2.3.0 (2014-12-23 07:28), 0.3.2.4.0 (2015-02-27 09:03), 0.3.2.5.0 (2015-07-14 20:24), 0.3.2.5.1 (2015-09-24 11:48), 0.3.2.7.0 (2016-01-20 23:56), 0.3.2.8.0 (2016-02-23 22:45), 0.3.2.8.1 (2016-03-01 12:03), 0.3.2.9.0 (2016-08-21 04:42), 0.3.2.9.1 (2017-03-15 08:00), 0.3.3.3.0 (2017-05-01 17:10), 0.3.3.3.1 (2017-11-20 01:14), 0.3.3.4.0 (2018-02-07 17:27), 0.3.3.5.0 (2018-11-24 20:30), 0.3.3.7.0 (2019-11-16 16:40), 0.3.3.9.1 (2020-12-17 17:20), 0.3.3.9.2 (2022-04-08 14:02), 0.3.3.9.3 (2022-11-05 22:50), 0.3.3.9.4 (2023-11-02 23:30), 0.3.4.0.0 (2024-02-28 20:10), 0.3.4.0.1 (2024-08-16 06:30)
Other packages that cited RcppEigen R package
View RcppEigen citation profile
Other R packages that RcppEigen depends, imports, suggests or enhances
Complete documentation for RcppEigen
Functions, R codes and Examples using the RcppEigen R package
Some associated functions: RcppEigen-package . RcppEigen.package.skeleton . fastLm . 
Some associated R codes: RcppEigen.package.skeleton.R . RcppExports.R . SHLIB.R . fastLm.R . flags.R . inline.R .  Full RcppEigen package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ggconf  
Simpler Appearance Modification of "ggplot2"
A flexible interface for ggplot2theme potentially saving 50 of your typing. ...
Download / Learn more Package Citations See dependency  
epigraphdb  
Interface Package for the 'EpiGraphDB' Platform
The interface package to access data from the 'EpiGraphDB' platform. It p ...
Download / Learn more Package Citations See dependency  
Maintainer: Yi Liu (view profile)
GLMMadaptive  
Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approxim ...
Download / Learn more Package Citations See dependency  
sValues  
Measures of Sturdiness of Regression Coefficients
Implements the s-values proposed by Ed. Leamer. It provides a context-minimal approach for sensitivi ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
rCMA  
R-to-Java Interface for 'CMA-ES'
Tool for providing access to the Java version 'CMAEvolutionStrategy' of Nikolaus Hansen. 'CMA-ES' i ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA