Go to file
2024-08-30 12:34:48 +00:00
.gitlab
bench Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
blas Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
ci Fix typos 2024-08-02 00:06:24 +00:00
cmake Add nvc++ support 2024-08-30 12:34:48 +00:00
debug Small cleanup of GDB pretty printer code 2021-12-18 17:34:38 +00:00
demos Fix typos 2024-08-02 00:06:24 +00:00
doc Fix typos 2024-08-02 00:06:24 +00:00
Eigen Add nvc++ support 2024-08-30 12:34:48 +00:00
failtest Fix CwiseUnaryView. 2024-03-11 19:08:30 +00:00
lapack Reorganize CMake and minimize configuration for non-top-level builds. 2024-05-01 17:42:53 +00:00
scripts Fix typos 2024-08-02 00:06:24 +00:00
test Complex Numtraits::HasSign and nmsub test 2024-08-28 03:02:47 +00:00
unsupported Detect "effectively inner/outer" chipping in TensorChipping 2024-08-29 17:49:59 +00:00
.clang-format Update file .clang-format 2024-08-01 03:18:50 +00:00
.git-blame-ignore-revs Add formatting change to .git-blame-ignore-revs 2023-12-05 21:56:31 +00:00
.gitignore Update CI with testing framework from eigen_ci_cross_testing. 2024-01-19 17:55:09 +00:00
.gitlab-ci.yml Update CI with testing framework from eigen_ci_cross_testing. 2024-01-19 17:55:09 +00:00
.hgeol
CMakeLists.txt fix issue: cmake package does not set include path correctly 2024-05-07 21:21:08 +00:00
COPYING.APACHE
COPYING.BSD
COPYING.MINPACK
COPYING.MPL2 Update MPL2 with https. 2022-02-07 17:30:31 +00:00
COPYING.README Remove LGPL Code and references. 2023-02-08 01:25:06 +00:00
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.