[eigen] SparseMatrix StorageIndex |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi,
I'm using Eigen to assemble very large sparse matrices (billions of nonzeros), and I'm hitting the limit for the default StorageIndex, so time for me to switch to 64-bit integers. Now, if I understand correctly this will affect all the stored indices thus having
quite an impact on memory requirements. Why is not possible to change just the type of index for the outer indices which unless I'm missing something are the only indices that often exceed the 32-bit limit ? It this was possible it would only have a minor
effect on memory consumption when switching from 32-bit to 64-bit.
Thanks,
Alexandre Sinding
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |