-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17c0918
commit 5b457c0
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. | ||
**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.** | ||
|
||
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. | ||
For more information go to http://eigen.tuxfamily.org/. |