Returns the minimum coefficient in the specified matrix, vector, row vector or std vector.
- Template Parameters
-
T | type of elements in the container |
- Parameters
-
m | specified matrix, vector, row vector or std vector |
- Returns
- mainimum coefficient value in the container, or infinity if the container is size zero and the scalar type in container is floating point number
- Exceptions
-
<code>std::invalid_argument</code> | if the vector is size zero and the scalar type in the container is integer |
Definition at line 41 of file min.hpp.