R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
RcppEigen
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]
[Scholar Profile | Author Map]
All associated links for this package
10.32614/CRAN.package.RcppEigen . https://github.com/RcppCore/RcppEigen/issues . RcppEigen copyright details . https://github.com/RcppCore/RcppEigen . RcppEigen citation info . RcppEigen results . RcppEigen.pdf . RcppEigen-intro . RcppEigen_0.3.4.0.2.tar.gz . RcppEigen_0.3.4.0.2.zip . RcppEigen_0.3.4.0.2.zip . RcppEigen_0.3.4.0.2.zip . RcppEigen_0.3.4.0.2.tgz . RcppEigen_0.3.4.0.2.tgz . RcppEigen_0.3.4.0.2.tgz . RcppEigen_0.3.4.0.2.tgz . RcppEigen archive . https://CRAN.R-project.org/package=RcppEigen .
First Published: 2011-06-25
Latest Update: 2024-02-28
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 15 Apr. 2025.
Previous versions and publish date:
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
bSims
A highly scientific and utterly addictive
bird point count simulator
to test statistical assumptio ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Peter Solymos (view profile)
SAutomata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Muhammad Kashif Hanif (view profile)
ktsolve
This is designed for use with an arbitrary set of equations with
an arbitrary set of unknowns.
The ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Carl Witthoft (view profile)
mipplot
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Akimitsu Inoue (view profile)
StructFDR
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Jun Chen (view profile)
mt
Functions for metabolomics data analysis: data preprocessing,
orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Wanchang Lin (view profile)
24,012
R Packages
207,311
Dependencies
64,993
Author Associations
24,013
Publication Badges
