- Jan 07, 2025
-
-
joergbuchwald authored
-
- Jan 01, 2025
-
-
Dmitri Naumov authored
-
- Nov 29, 2024
-
-
Max Jaeschke authored
-
- Nov 26, 2024
-
-
Max Jaeschke authored
-
- May 08, 2024
-
-
Also added <cassert>, former code implicitly used an assert() function from eigen which was recently renamed to eigen_assert().
-
-
- Apr 12, 2024
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Apr 11, 2024
-
-
Tom Fischer authored
-
- Jan 12, 2024
-
-
- Jan 02, 2024
-
-
Dmitry Yu. Naumov authored
-
- Oct 19, 2023
-
-
Lars Bilke authored
https://eigen.tuxfamily.org is down. Use https://libeigen.gitlab.io/docs instead.
-
- Oct 18, 2023
-
-
Dmitry Yu. Naumov authored
-
- Sep 28, 2023
-
-
Christoph Lehmann authored
-
- Sep 25, 2023
-
-
Christoph Lehmann authored
-
- Jul 12, 2023
-
-
Dmitry Yu. Naumov authored
Now changes are in the class, function, methods documentation and not in the headers. This unifies to the most common case.
-
- Apr 28, 2023
-
-
Dmitry Yu. Naumov authored
making reading in python much easier.
-
- Mar 24, 2023
-
-
Lars Bilke authored
-
- Jan 03, 2023
-
-
- Oct 24, 2022
-
-
Christoph Lehmann authored
-
- Sep 23, 2022
-
-
- Sep 07, 2022
-
-
Dmitry Yu. Naumov authored
-
- Apr 28, 2022
-
-
Tom Fischer authored
-
- Mar 31, 2022
-
-
Dmitry Yu. Naumov authored
Changing include order causes an internal Eigen error: Eigen/src/IterativeSolvers/InternalHeaderCheck.h:2:2: error: #error "Please include unsupported/Eigen/IterativeSolvers instead of including headers inside the src directory directly." If possible the scaling include should be removed in the future.
-
Dmitry Yu. Naumov authored
-
- Feb 18, 2022
-
-
-
joergbuchwald authored
-
joergbuchwald authored
-
- Jan 27, 2022
-
-
wenqing authored
-
- Jan 19, 2022
-
-
- Jan 09, 2022
-
-
Dmitry Yu. Naumov authored
-
- Jan 06, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Dec 02, 2021
-
-
The definition of implicit copy assignment operator for a class is deprecated because it has a user-declared copy constructor as issued by -Wdeprecated-copy warning. Since the definitions of default copy constructors are implictly created by the compiler (as well as the copy assignments) the definitions are not needed.
-
- Nov 24, 2021
-
-
Update and unify documentation.
-
- Aug 30, 2021
-
-
Dmitry Yu. Naumov authored
-
- Aug 27, 2021
-
-
-
Dmitry Yu. Naumov authored
-