#include "eigenpy/fwd.hpp"
#include "eigenpy/deprecated.hpp"
#include "eigenpy/eigen-typedef.hpp"
#include "eigenpy/details.hpp"
Go to the source code of this file.
Namespaces | |
eigenpy | |
Macros | |
#define | ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) ::eigenpy::enableEigenPySpecific<TYPE>(); |
Functions | |
void EIGENPY_DLLAPI | eigenpy::enableEigenPy () |
template<typename MatType , typename EigenEquivalentType > | |
EIGENPY_DEPRECATED void | eigenpy::enableEigenPySpecific () |
template<typename MatType > | |
void | eigenpy::enableEigenPySpecific () |
template<typename Scalar , int Options> | |
EIGEN_DONT_INLINE void | eigenpy::exposeType () |
template<typename Scalar > | |
EIGEN_DONT_INLINE void | eigenpy::exposeType () |
#define ENABLE_SPECIFIC_MATRIX_TYPE | ( | TYPE | ) | ::eigenpy::enableEigenPySpecific<TYPE>(); |
Definition at line 13 of file eigenpy.hpp.