Gael Guennebaud e14aa8c8aa Add coeff-wise comparisons to scalar operators. You can now write:
mat.cwise() < 2
instead of:
   mat.cwise() < MatrixType::Constant(mat.rows(), mat.cols(), 2)
2008-09-03 17:56:06 +00:00
..
2008-09-03 11:26:19 +00:00
2008-08-24 16:00:53 +00:00
2008-08-23 17:11:44 +00:00