#include <Eigen/Core>
#include <base/Eigen.hpp>
Go to the source code of this file.
 | 
| template<class T >  | 
| T  | numeric::min_el (T a, T b) | 
|   | 
| template<class T >  | 
| T  | numeric::max_el (T a, T b) | 
|   | 
| template<class _Scalar , int _Rows, int _Options>  | 
| Eigen::Matrix< _Scalar, _Rows, 1, _Options >  | numeric::min_el (Eigen::Matrix< _Scalar, _Rows, 1, _Options > const &a, Eigen::Matrix< _Scalar, _Rows, 1, _Options > const &b) | 
|   | 
| template<class _Scalar , int _Rows, int _Options>  | 
| Eigen::Matrix< _Scalar, _Rows, 1, _Options >  | numeric::max_el (Eigen::Matrix< _Scalar, _Rows, 1, _Options > const &a, Eigen::Matrix< _Scalar, _Rows, 1, _Options > const &b) | 
|   |