#include "eigenpy/fwd.hpp"
#include "eigenpy/eigen-typedef.hpp"
#include "eigenpy/expose.hpp"
#include "eigenpy/std-unique-ptr.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>(); |
Custom CallPolicies. More... | |
Functions | |
void EIGENPY_DLLAPI | eigenpy::enableEigenPy () |
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 () |
bool EIGENPY_DLLAPI | eigenpy::withTensorSupport () |
#define ENABLE_SPECIFIC_MATRIX_TYPE | ( | TYPE | ) | ::eigenpy::enableEigenPySpecific<TYPE>(); |
Custom CallPolicies.
Definition at line 16 of file eigenpy.hpp.