Functions | |
void | exposeAngleAxis () |
void | exposeDecompositions () |
void | seed (unsigned int seed_value) |
void | exposeMatrixInt () |
void | exposeMatrixLong () |
void | exposeMatrixFloat () |
void | exposeMatrixDouble () |
void | exposeMatrixLongDouble () |
void | exposeMatrixComplexFloat () |
void | exposeMatrixComplexDouble () |
void | exposeMatrixComplexLongDouble () |
void | enableEigenPy () |
void | exposeGeometryConversion () |
void | import_numpy () |
int | PyArray_TypeNum (PyTypeObject *type) |
void | exposeQuaternion () |
std::string | printVersion (const std::string &delimiter) |
bool | checkVersionAtLeast (unsigned int major_version, unsigned int minor_version, unsigned int patch_version) |
bool eigenpy::checkVersionAtLeast | ( | unsigned int | major_version, |
unsigned int | minor_version, | ||
unsigned int | patch_version | ||
) |
void eigenpy::enableEigenPy | ( | ) |
void eigenpy::exposeAngleAxis | ( | ) |
void eigenpy::exposeDecompositions | ( | ) |
void eigenpy::exposeGeometryConversion | ( | ) |
void eigenpy::exposeMatrixComplexDouble | ( | ) |
void eigenpy::exposeMatrixComplexFloat | ( | ) |
void eigenpy::exposeMatrixComplexLongDouble | ( | ) |
void eigenpy::exposeMatrixDouble | ( | ) |
void eigenpy::exposeMatrixFloat | ( | ) |
void eigenpy::exposeMatrixInt | ( | ) |
void eigenpy::exposeMatrixLong | ( | ) |
void eigenpy::exposeMatrixLongDouble | ( | ) |
void eigenpy::exposeQuaternion | ( | ) |
void eigenpy::import_numpy | ( | ) |
std::string eigenpy::printVersion | ( | const std::string & | delimiter | ) |
int eigenpy::PyArray_TypeNum | ( | PyTypeObject * | type | ) |
void eigenpy::seed | ( | unsigned int | seed_value | ) |