Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update Eigen version
  • Loading branch information
yixuan committed Dec 22, 2014
commit 79642c6814f6e2326770436c6ac037280095b9e8
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: RcppEigen
Type: Package
Title: Rcpp integration for the Eigen templated linear algebra library.
Version: 0.3.2.2.0
Date: 2014-08-21
Version: 0.3.2.3.0
Date: 2014-12-22
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel;
the authors of Eigen for the included version of Eigen
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Expand All @@ -16,7 +16,7 @@ Description: R and Eigen integration using Rcpp.
implementations based on Lapack and level-3 BLAS.
.
The RcppEigen package includes the header files from the Eigen C++
template library (currently version 3.2.2). Thus users do not need to
template library (currently version 3.2.3). 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ 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.2.2). Thus users do not need to
template library (currently version 3.2.3). Thus users do not need to
install `Eigen` itself in order to use `RcppEigen`.