Re: [eigen] Assertion error on eigen_assert(checkIndexRange(indices)) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
On 18.08.2015 at 18:33, Nuno Marques wrote:
No, I sent 2 e-mails already pointing that out :)
Can you check your mail box? I can resend them if you want
I think I answered to the first of them. Let me explain it more clearly:
You need to include Eigen using
#include <Eigen/*>
or
#include <unsupported/Eigen/*>
(with * being the module you want). Thus you have to make sure that the
main directory of Eigen is in your include path (i.e., passed as -I...
argument or to CMake's include_directories).
Christoph
--
----------------------------------------------
Dipl.-Inf., Dipl.-Math. Christoph Hertzberg
Cartesium 0.049
Universität Bremen
Enrique-Schmidt-Straße 5
28359 Bremen
Tel: +49 (421) 218-64252
----------------------------------------------