[eigen] Re: Sparse Address Spaces |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
The alternative is to convert to a dense address space. That conversion is a pain, reducing code readability and debuggability. It also incurs an overhead of building hash maps from your sparse to dense address space. I'm sure if your problem involves enough linear algebra, this conversion would be worth it anyway. But for more "casual" linear algebra, user code complexity could be a bigger issue.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |