Files
eigen/Eigen
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
..
2011-12-14 21:23:43 +00:00
2010-07-23 19:00:02 +02:00
2011-02-22 09:31:22 -05:00
2011-02-22 09:31:22 -05:00
2011-02-22 09:31:22 -05:00
2011-02-27 17:43:10 -05:00
2011-11-16 09:27:38 +01:00
2011-02-22 09:31:22 -05:00
2011-11-16 09:27:38 +01:00
2010-06-24 23:21:58 +02:00