Go to file
Erik Schultheis f7a056bf04 Small fixes
This MR fixes a bunch of smaller issues, making the following changes:

* Template parameters in the documentation are documented with `\tparam` instead
  of `\param`
* Superfluous semicolon warnings fixed
* Fixed the type of literals used to initialize float variables
2021-12-21 16:46:09 +00:00
.gitlab Add GitLab templates for issues and merge requests 2021-03-31 16:01:12 +00:00
bench Revert "Update SVD Module to allow specifying computation options with a... 2021-11-30 18:45:54 +00:00
blas Fix a bug introduced in !751. 2021-12-15 22:00:40 +00:00
ci Disable GCC-4.8 tests. 2021-12-01 02:12:52 +00:00
cmake space separated EIGEN_TEST_CUSTOM_CXX_FLAGS 2021-12-13 15:27:33 +00:00
debug Small cleanup of GDB pretty printer code 2021-12-18 17:34:38 +00:00
demos Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
doc get rid of using namespace Eigen in sample code 2021-12-07 19:57:38 +00:00
Eigen Small fixes 2021-12-21 16:46:09 +00:00
failtest Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
lapack Revert "Update SVD Module to allow specifying computation options with a... 2021-11-30 18:45:54 +00:00
scripts
test Small fixes 2021-12-21 16:46:09 +00:00
unsupported turn some macros intro constexpr functions 2021-12-10 19:27:01 +00:00
.clang-format added clang format 2021-11-09 23:49:01 +01:00
.gitignore New CI infrastructure, including AArch64 runners 2020-09-11 18:11:49 +00:00
.gitlab-ci.yml Add CI infrastructure for pre-merge smoke tests. 2021-04-01 00:08:37 +00:00
.hgeol
CMakeLists.txt space separated EIGEN_TEST_CUSTOM_CXX_FLAGS 2021-12-13 15:27:33 +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.