This is a fork of the GitLab repository: https://gitlab.com/libeigen/eigen.
In order to update this fork with its source repo, you have to follow these instructions:
git remote add upstream https://gitlab.com/libeigen/eigen
git fecth upstream
git merge upstream/master
git push
main should be the source branch and cmake-ludo-update should be the working branch, where we can merge the updates through pull requests.
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.