From 99cfbd6e84bf5b8e026972c0b4308c5be9acb865 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 27 Feb 2015 20:41:14 +0000 Subject: [PATCH 1/5] README.md edited online with Bitbucket --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 04fa63fce..46f71a26d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.** - -For more information go to http://eigen.tuxfamily.org/. +This repository contains additions and fixes to the Eigen C++ template library. These fixes are regularly merged into the Eigen trunk. \ No newline at end of file From 436953822778d4fced476c7bd970210be7c081e2 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 27 Feb 2015 20:41:33 +0000 Subject: [PATCH 2/5] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f71a26d..6b0888e3d 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -This repository contains additions and fixes to the Eigen C++ template library. These fixes are regularly merged into the Eigen trunk. \ No newline at end of file +This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. These fixes are regularly merged into the Eigen trunk. \ No newline at end of file From 473e6d4c3d27075815ad5eb32a621d9796e28adc Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 27 Feb 2015 20:41:45 +0000 Subject: [PATCH 3/5] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0888e3d..62c4c6fe2 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. These fixes are regularly merged into the Eigen trunk. \ No newline at end of file +This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. These changes are regularly merged into the Eigen trunk. \ No newline at end of file From 90893bbe189bee6b9db45b5879b6e817334ff394 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 27 Feb 2015 20:44:10 +0000 Subject: [PATCH 4/5] README.md edited online with Bitbucket --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c4c6fe2..8548ea5a4 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. These changes are regularly merged into the Eigen trunk. \ No newline at end of file +This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. + +Among other things, this branch introduced support for AVX and FMA instructions, performance improvements for the matrix multiplication kernels, as well as the Tensor library. + +These changes are regularly merged into the Eigen trunk. \ No newline at end of file From e1f6a45b14ae32b111d77839305a42aef2ef9153 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 27 Feb 2015 20:44:24 +0000 Subject: [PATCH 5/5] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8548ea5a4..a70651dae 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This repository contains additions, enhancements, and bug fixes for the Eigen C+ Among other things, this branch introduced support for AVX and FMA instructions, performance improvements for the matrix multiplication kernels, as well as the Tensor library. -These changes are regularly merged into the Eigen trunk. \ No newline at end of file +New changes are regularly merged into the Eigen trunk. \ No newline at end of file