Go to file
Benoit Jacob 5ef95fabee bug #936, patch 3/3: Properly detect FMA support on ARM (requires VFPv4)
and use it instead of MLA when available, because it's both more accurate,
and faster.
2015-01-30 17:45:03 -05:00
bench
blas Remove unused fortran files 2014-12-13 21:41:25 +01:00
cmake Added cmake uninstall target. 2014-12-04 02:57:03 -05:00
debug
demos
doc Fix doc: setConstant does not exist for SparseMatrix. 2015-01-14 22:06:09 +01:00
Eigen bug #936, patch 3/3: Properly detect FMA support on ARM (requires VFPv4) 2015-01-30 17:45:03 -05:00
failtest bug #903: clean swap API regarding extra enable_if parameters, and add failtests for swap 2014-11-06 09:25:26 +01:00
lapack Removed deprecated header (unsupported/Eigen/BDCSVD is included in Eigen/SVD now) 2014-10-29 17:51:14 +01:00
scripts
test Enable vectorization of transposeInPlace for PacketSize x PacketSize matrices 2015-01-26 17:09:01 +01:00
unsupported Free functions should only be declared as static in separate compilation units 2014-12-12 12:01:03 +01:00
.hgeol
.hgignore Ignore automalically imported lapack source files 2014-10-17 15:34:39 +02:00
CMakeLists.txt At least CMAKE 2.8.4 is required for WORKING_DIRECTORY option in add_test 2014-12-15 12:45:29 +01:00
COPYING.BSD
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK add COPYING.MINPACK 2012-07-15 11:46:22 -04:00
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
eigen3.pc.in
INSTALL
README.md
signature_of_eigen3_matrix_library improve the scripts for building unit tests: 2009-11-25 21:26:37 -05:00

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/.