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-10 19:30:36 +01:00
2011-02-06 11:55:51 -05:00
2011-12-05 14:52:21 +07:00
2011-12-08 23:22:28 +01:00
2011-01-31 09:21:31 -05:00
2011-12-05 14:52:21 +07:00
2009-11-19 12:09:04 -05:00
Description
No description provided
MPL-2.0 131 MiB
Languages
C++ 85.1%
Fortran 8.5%
C 2.7%
CMake 1.9%
Cuda 1.2%
Other 0.4%