#include "eigenpy/fwd.hpp"
#include "eigenpy/scalar-conversion.hpp"
#include <stdexcept>
#include <typeinfo>
#include <sstream>
Go to the source code of this file.
Namespaces | |
eigenpy | |
Enumerations | |
enum | eigenpy::NP_TYPE { eigenpy::MATRIX_TYPE, eigenpy::ARRAY_TYPE } |
Functions | |
template<typename Scalar > | |
bool | eigenpy::isNumpyNativeType () |
template<typename Scalar > | |
bool | eigenpy::np_type_is_convertible_into_scalar (const int np_type) |