All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
roboptim::detail::is_eigen_type< T > Struct Template Reference

Check whether the type provided is an Eigen type. More...

#include <roboptim/core/detail/utility.hh>

Inheritance diagram for roboptim::detail::is_eigen_type< T >:

Detailed Description

template<typename T>
struct roboptim::detail::is_eigen_type< T >

Check whether the type provided is an Eigen type.

This solution comes from a post in the Eigen forums: https://forum.kde.org/viewtopic.php?f=74&t=121280

Template Parameters
T