[Rcpp-commits] r3234 - pkg/RcppEigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 28 00:25:17 CEST 2011
Author: dmbates
Date: 2011-10-28 00:25:17 +0200 (Fri, 28 Oct 2011)
New Revision: 3234
Modified:
pkg/RcppEigen/DESCRIPTION
Log:
Rephrasing the description.
Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION 2011-10-26 20:39:54 UTC (rev 3233)
+++ pkg/RcppEigen/DESCRIPTION 2011-10-27 22:25:17 UTC (rev 3234)
@@ -6,11 +6,13 @@
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
Maintainer: Douglas Bates, Romain Francois and Dirk Eddelbuettel <RcppArmadillo-authors at r-enthusiasts.com>
Description: R and Eigen integration using Rcpp.
- Eigen is a C++ linear template library for linear algebra: matrices,
+ .
+ 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.
- The performance on many algorithms is comparable with some of the
- best implementations based on Lapack and level-3 BLAS.
+ 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 (currently version 3.0.3). Thus users do not need to
More information about the Rcpp-commits
mailing list