Go to file
2020-07-20 14:59:35 +03:00
bench Fix #1911: add benchmark for move semantics with fixed-size matrix 2020-06-11 23:43:25 +00:00
blas
cmake AVX path for BF16 2020-07-14 01:34:03 +00:00
debug
demos Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
doc Replaced call to deprecated 'load' function with appropriate call to 'on'. 2020-06-23 11:23:13 +02:00
Eigen user-defined copy operations removed in favor of compiler-generated ones 2020-07-20 14:59:35 +03:00
failtest Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
lapack
scripts
test Allow implicit conversion from bfloat16 to float and double 2020-07-11 13:32:28 +02:00
unsupported Fix tensor casts for large packets and casts to/from std::complex 2020-06-30 18:53:55 +00:00
.gitignore
.gitlab-ci.yml Remote CI tags to enable shared runners 2020-06-29 22:15:41 +02:00
.hgeol
CMakeLists.txt AVX path for BF16 2020-07-14 01:34:03 +00:00
COPYING.APACHE Add Apache 2.0 license text in COPYING.APACHE. 2020-06-18 12:45:27 -07:00
COPYING.BSD Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
eigen3.pc.in
INSTALL
README.md
signature_of_eigen3_matrix_library

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

For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.