Re: [eigen] Custom memory allocators with eigen |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi, after inspecting the code I guess the answer is "no", but I wanted
to confirm if I can use a custom allocator with eigen.
I have a piece of code using sparse matrices in which the running time
is dominated by the same allocation/deallocation of some temporaries.
If I could intercept those calls (eigen_malloc, IIRC), I could return a
pointer always pointing to the same block of memory.
--
Alberto
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |