| Benoît Jacob ( @ 2007-09-05 14:53:00 |
Eigen2 restart from scratch
On saturday I decided that after all TVMET wasn't the appropriate starting point for Eigen2, so I restarted Eigen2 from scratch.
I started coding on Sunday, and today I made the initial commit to KDE's SVN in w /branches/work/eigen2.
I'm very happy about how things have been going since this restart. The basics are already there. Eigen2 already has matrices and vectors, both fixed-size and dynamic-size (reusing the CRTP trick from Eigen1), and of course expression templates (ETs). Non-square matrices are handled, and the ETs can be lvalues, not just rvalues.
On saturday I decided that after all TVMET wasn't the appropriate starting point for Eigen2, so I restarted Eigen2 from scratch.
I started coding on Sunday, and today I made the initial commit to KDE's SVN in w /branches/work/eigen2.
I'm very happy about how things have been going since this restart. The basics are already there. Eigen2 already has matrices and vectors, both fixed-size and dynamic-size (reusing the CRTP trick from Eigen1), and of course expression templates (ETs). Non-square matrices are handled, and the ETs can be lvalues, not just rvalues.