Generic equality comparison functor for eigen matrices.
More...
#include <utils.hpp>
|
| template<typename T , int H, int W> |
| std::enable_if_t< std::is_floating_point< T >::value, bool8_t > | operator() (const Eigen::Matrix< T, H, W > &lhs, const Eigen::Matrix< T, H, W > &rhs) const |
| |
| template<typename T , int H, int W> |
| std::enable_if_t< std::is_integral< T >::value, bool8_t > | operator() (const Eigen::Matrix< T, H, W > &lhs, const Eigen::Matrix< T, H, W > &rhs) const |
| |
Generic equality comparison functor for eigen matrices.
◆ operator()() [1/2]
template<typename T , int H, int W>
| std::enable_if_t<std::is_floating_point<T>::value, bool8_t> autoware::common::optimization::EigenComparator::operator() |
( |
const Eigen::Matrix< T, H, W > & |
lhs, |
|
|
const Eigen::Matrix< T, H, W > & |
rhs |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<typename T , int H, int W>
| std::enable_if_t<std::is_integral<T>::value, bool8_t> autoware::common::optimization::EigenComparator::operator() |
( |
const Eigen::Matrix< T, H, W > & |
lhs, |
|
|
const Eigen::Matrix< T, H, W > & |
rhs |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: