Abraham Bachrach 039408cd66 added functions to allow for cwise min/max operations with scalar argument (bug #400).
added function for array.min(), array.max(), matrix.cwiseMin(), matrix.cwiseMax().

The matrix.cwiseMin/Max functions required the definition of the ConstantReturnType typedef.
However, it wasn't defined until after MatrixCwiseBinaryOps was included in Eigen/src/SparseCore/SparseMatrixBase.h,
so I moved those includes after the definition of the typedefs.

tests for both the regular and scalar min/max functions were added as well
2012-01-11 11:00:30 -05:00
..
2010-06-24 23:21:58 +02:00
2010-06-24 23:21:58 +02:00
2011-12-23 23:22:31 +01:00
2010-06-28 01:01:29 +02:00
2010-08-17 20:03:50 +02:00
2010-06-20 17:37:56 +02:00
2009-12-02 12:07:47 -05:00
2011-02-22 10:11:03 -05:00
2010-08-17 20:03:50 +02:00
2010-08-17 20:03:50 +02:00
2010-10-25 22:13:49 +02:00
2011-02-27 23:20:45 -05:00
2010-06-24 23:21:58 +02:00