r-rcppeigen
Rcpp integration for the Eigen templated linear algebra library
This package provides an integration of Eigen in R using 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.
- Versions: 0.3.4.0.2
- Website: http://eigen.tuxfamily.org
- Licenses: GPL 2+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rcppeigen
as follows:
guix install r-rcppeigen
Or install a particular version:
guix install r-rcppeigen@0.3.4.0.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rcppeigen about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rcppeigen'><img src='https://packages.guix.gnu.org/packages/r-rcppeigen/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rcppeigen)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rcppeigen][https://packages.guix.gnu.org/packages/r-rcppeigen/badges/latest-version.svg]]