bfloat16 packetmath for Arm Neon backend
2 files changed
tree: 662ac7a45607d0527c925f22c78f0739aa9823d9
  1. bench/
  2. blas/
  3. cmake/
  4. debug/
  5. demos/
  6. doc/
  7. Eigen/
  8. failtest/
  9. lapack/
  10. scripts/
  11. test/
  12. unsupported/
  13. .gitignore
  14. .gitlab-ci.yml
  15. .hgeol
  16. CMakeLists.txt
  17. COPYING.APACHE
  18. COPYING.BSD
  19. COPYING.GPL
  20. COPYING.LGPL
  21. COPYING.MINPACK
  22. COPYING.MPL2
  23. COPYING.README
  24. CTestConfig.cmake
  25. CTestCustom.cmake.in
  26. eigen3.pc.in
  27. INSTALL
  28. README.md
  29. signature_of_eigen3_matrix_library
README.md

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.