Go to file
David Tellenbach c1ffe452fc Fix bfloat16 casts
If we have explicit conversion operators available (C++11) we define
explicit casts from bfloat16 to other types. If not (C++03), we don't
define conversion operators but rely on implicit conversion chains from
bfloat16 over float to other types.
2020-07-23 20:55:06 +00: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
doc remove piwik tracker 2020-07-23 13:51:39 +02:00
Eigen Fix bfloat16 casts 2020-07-23 20:55:06 +00:00
failtest
lapack
scripts
test Fix bfloat16 casts 2020-07-23 20:55:06 +00:00
unsupported Update tensor reduction test to avoid undefined division of bfloat16 by int. 2020-07-22 00:35:51 +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
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK
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.