Registered Member
|
Is there any way to tell Eigen where to allocate memory during Dynamic allocation? My current code structure involves allocating a large amount of memory at the beginning of the program and carving pieces out when ever I allocate memory in the program. Is it possible to integrate Eigen into the structure?
Thanks! |
Moderator
|
There is no easy solution for that yet. An ugly workaround would consists in adding overloads of the following template functions:
See src/Core/utils/Memory.h file. You need to add overloads for each scalar type you need. |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]