|
numeric
|
#include <Eigen/Core>#include <base/Eigen.hpp>Go to the source code of this file.
Classes | |
| struct | numeric::Square< T > |
| struct | numeric::Zero< T > |
| struct | numeric::Square< Eigen::Matrix< _Scalar, _Rows, 1, _Options > > |
| struct | numeric::Zero< Eigen::Matrix< _Scalar, _Rows, _Cols, _Options > > |
| class | numeric::Stats< T > |
| class | numeric::SeriesStats |
Namespaces | |
| numeric | |
Functions | |
| 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) |
1.8.6