Files
eigen/Eigen
Benoit Jacob 92da574ec2 * allow matrix dimensions to be 0 (also at compile time) and provide a specialization
of ei_matrix_array for size 0
* adapt many xprs to have the right storage order, now that it matters
* add static assert on expressions to check that vector xprs
  have the righ storage order
* adapt ei_plain_matrix_type_(column|row)_major
* implement assignment of selfadjointview to matrix
  (was before failing to compile) and add nestedExpression() methods
* expand product_symm test
* in ei_gemv_selector, use the PlainObject type instead of a custom Matrix<...> type
* fix VectorBlock and Block mistakes
2010-03-21 11:28:03 -04:00
..
2009-12-22 22:51:08 +01:00
2010-03-06 14:44:57 -05:00
2010-01-20 20:51:01 +01:00
2009-06-19 20:46:55 +02:00
2010-01-21 09:43:30 +01:00
2009-12-08 15:12:27 +00:00
2009-12-14 22:52:11 -05:00
2009-12-22 22:51:08 +01:00
2010-01-14 22:30:58 -05:00