Go to file
Gael Guennebaud ea1990ef3d add experimental code for sparse matrix:
- uses the common "Compressed Column Storage" scheme
 - supports every unary and binary operators with xpr template
   assuming binaryOp(0,0) == 0 and unaryOp(0) = 0 (otherwise a sparse
   matrix doesnot make sense)
 - this is the first commit, so of course, there are still several shorcommings !
2008-06-23 13:25:22 +00:00
bench add experimental code for sparse matrix: 2008-06-23 13:25:22 +00:00
disabled * refactoring of Product: 2008-06-19 17:33:57 +00:00
doc fix building of examples 2008-06-03 09:43:59 +00:00
Eigen add experimental code for sparse matrix: 2008-06-23 13:25:22 +00:00
test * implement slice vectorization. Because it uses unaligned 2008-06-22 15:02:05 +00:00
CMakeLists.txt * implement slice vectorization. Because it uses unaligned 2008-06-22 15:02:05 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
Doxyfile Ready for alpha2 release. 2008-01-07 09:34:21 +00:00
Mainpage.dox many small fixes and documentation improvements, 2008-05-29 03:12:30 +00:00