Jitse Niesen c21390a611 Define non-const operator() in Reverse; enable test for this.
Introduction of DenseCoeffBase (revision bfdc1c49730c79e6058ba1506628341559670c25
) meant that non-const
operator() is only defined if DirectAccess is set. This caused the line
"m.reverse()(1,0) = 4;" in MatrixBase_reverse.cpp to fail at compile-time.
Not sure this is correct solution; perhaps we should disallow this? Or make
Reverse DirectAccess with a negative stride - would that break something?
2010-05-31 14:42:04 +01:00
..
2009-12-22 22:51:08 +01:00
2010-04-29 10:40:52 -04:00
2009-06-19 20:46:55 +02:00
2010-04-22 20:49:01 -04:00
2010-01-21 09:43:30 +01:00
2009-12-08 15:12:27 +00:00
LU
2009-12-14 22:52:11 -05:00
2009-12-22 22:51:08 +01:00
2010-04-21 18:21:46 +02:00
2010-04-21 18:21:46 +02:00
SVD
2010-01-14 22:30:58 -05:00