Pulled latest updates from trunk

This commit is contained in:
Benoit Steiner 2015-02-27 12:57:55 -08:00
commit 75e7f381c8

View File

@ -1,3 +1,5 @@
**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.**
This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library.
For more information go to http://eigen.tuxfamily.org/.
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.
New changes are regularly merged into the Eigen trunk.