Re: [eigen] Thank you for creating Eigen! |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Btw., there was one small drawback that we came across at some point:
If the matrix expressions become too complex, then the compilation
might need more memory than you have and you machine might start
swapping. In such a case, the only solution we found was to split the
_expression_ into pieces and finally add them together again. But that
problem might go away in the future when compilers become smarter and
computers have more memory (more than 100 GB at least). :)
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |