Go to file
Antonio Sanchez 28ded8800c Fix input type for min/max.
We're missing an input base class specifier for the default `NanPropagation=PropagateFast`
case for consistency.

Fixes #2990.
2025-10-20 12:26:11 -07:00
.gitlab
Eigen Fix input type for min/max. 2025-10-20 12:26:11 -07:00
bench
blas
ci Fix docs build job. 2025-09-29 16:25:14 -07:00
cmake Extend the range of supported CMake package config versions 2025-09-29 10:47:01 -07:00
debug
demos
doc Extend the range of supported CMake package config versions 2025-09-29 10:47:01 -07:00
failtest
lapack Update cmake configuration from master 2025-02-16 14:41:46 -08:00
scripts
test Fix c++03 build and tests 2025-02-18 10:41:23 -08:00
unsupported Fix more hard-coded magic bounds. 2025-02-17 07:28:41 -08:00
.clang-format
.gitignore
.gitlab-ci.yml
.hgeol
CMakeLists.txt Extend the range of supported CMake package config versions 2025-09-29 10:47:01 -07:00
COPYING.APACHE
COPYING.BSD
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
INSTALL
README.md
eigen3.pc.in
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.