|
| class | AngleAxisVisitor |
| |
| struct | BFGSPreconditionerBaseVisitor |
| |
| struct | call |
| | Allows a template specialization. More...
|
| |
| struct | call< Eigen::AngleAxis< Scalar > > |
| |
| struct | call< Eigen::Quaternion< Scalar, Options > > |
| |
| struct | ConjugateGradientVisitor |
| |
| struct | DiagonalPreconditionerVisitor |
| |
| struct | EigenAllocator |
| |
| struct | EigenFromPy |
| |
| struct | EigenFromPy< Eigen::EigenBase< MatType >, typename MatType::Scalar > |
| |
| struct | EigenFromPy< Eigen::MatrixBase< MatType > > |
| |
| struct | EigenFromPy< Eigen::PlainObjectBase< MatType > > |
| |
| struct | EigenFromPyConverter |
| |
| struct | EigenSolverVisitor |
| |
| struct | EigenToPy |
| |
| struct | EigenToPy< Eigen::Ref< MatType, Options, Stride >, _Scalar > |
| |
| struct | EigenToPyConverter |
| |
| struct | EulerAnglesConvertor |
| |
| class | Exception |
| |
| class | ExceptionIndex |
| |
| struct | FromTypeToType |
| |
| struct | FromTypeToType< double, long double > |
| |
| struct | FromTypeToType< double, std::complex< double > > |
| |
| struct | FromTypeToType< double, std::complex< long double > > |
| |
| struct | FromTypeToType< float, double > |
| |
| struct | FromTypeToType< float, long double > |
| |
| struct | FromTypeToType< float, std::complex< double > > |
| |
| struct | FromTypeToType< float, std::complex< float > > |
| |
| struct | FromTypeToType< float, std::complex< long double > > |
| |
| struct | FromTypeToType< int, double > |
| |
| struct | FromTypeToType< int, float > |
| |
| struct | FromTypeToType< int, long > |
| |
| struct | FromTypeToType< int, long double > |
| |
| struct | FromTypeToType< int, std::complex< double > > |
| |
| struct | FromTypeToType< int, std::complex< float > > |
| |
| struct | FromTypeToType< int, std::complex< long double > > |
| |
| struct | FromTypeToType< long, double > |
| |
| struct | FromTypeToType< long, float > |
| |
| struct | FromTypeToType< long, long double > |
| |
| struct | FromTypeToType< long, std::complex< double > > |
| |
| struct | FromTypeToType< long, std::complex< float > > |
| |
| struct | FromTypeToType< long, std::complex< long double > > |
| |
| struct | FromTypeToType< SCALAR, SCALAR > |
| |
| struct | IdentityPreconditionerVisitor |
| |
| struct | IterativeSolverVisitor |
| |
| struct | LDLTSolverVisitor |
| |
| struct | LeastSquaresConjugateGradientVisitor |
| |
| struct | LimitedBFGSPreconditionerBaseVisitor |
| |
| struct | LLTSolverVisitor |
| |
| struct | NumpyAllocator |
| |
| struct | NumpyAllocator< const MatType & > |
| |
| struct | NumpyAllocator< MatType & > |
| |
| struct | NumpyEquivalentType |
| |
| struct | NumpyEquivalentType< bool > |
| |
| struct | NumpyEquivalentType< double > |
| |
| struct | NumpyEquivalentType< float > |
| |
| struct | NumpyEquivalentType< int > |
| |
| struct | NumpyEquivalentType< long > |
| |
| struct | NumpyEquivalentType< long double > |
| |
| struct | NumpyEquivalentType< std::complex< double > > |
| |
| struct | NumpyEquivalentType< std::complex< float > > |
| |
| struct | NumpyEquivalentType< std::complex< long double > > |
| |
| struct | NumpyMap |
| |
| struct | NumpyMapTraits |
| |
| struct | NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, false > |
| |
| struct | NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, true > |
| |
| struct | NumpyType |
| |
| struct | PreconditionerBaseVisitor |
| |
| struct | PySwigObject |
| |
| class | QuaternionVisitor |
| |
| struct | Register |
| | Structure collecting all the types registers in Numpy via EigenPy. More...
|
| |
| struct | scalar_name |
| |
| struct | scalar_name< double > |
| |
| struct | scalar_name< float > |
| |
| struct | scalar_name< long double > |
| |
| struct | scalar_name< std::complex< Scalar > > |
| |
| struct | SelfAdjointEigenSolverVisitor |
| |
| struct | SolversScope |
| |
| struct | SparseSolverVisitor |
| |
| struct | StrideType |
| |
| struct | StrideType< MatType, InnerStride, OuterStride, true > |
| |
|
| template<typename T > |
| bool | check_registration () |
| | Check at runtime the registration of the type T inside the boost python registry. More...
|
| |
| bool EIGENPY_DLLAPI | checkVersionAtLeast (unsigned int major_version, unsigned int minor_version, unsigned int patch_version) |
| | Checks if the current version of EigenPy is at least the version provided by the input arguments. More...
|
| |
| template<typename MatOrRefType > |
| void | eigen_from_py_construct (PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory) |
| |
| void EIGENPY_DLLAPI | enableEigenPy () |
| |
| template<typename MatType , typename EigenEquivalentType > |
| EIGENPY_DEPRECATED void | enableEigenPySpecific () |
| |
| template<typename MatType > |
| void | enableEigenPySpecific () |
| |
| template<typename T > |
| void | expose () |
| | Call the expose function of a given type T. More...
|
| |
| void EIGENPY_DLLAPI | exposeAngleAxis () |
| |
| void | exposeComputationInfo () |
| |
| void EIGENPY_DLLAPI | exposeDecompositions () |
| |
| void EIGENPY_DLLAPI | exposeGeometryConversion () |
| |
| void | exposeMatrixBool () |
| |
| void | exposeMatrixComplexDouble () |
| |
| void | exposeMatrixComplexFloat () |
| |
| void | exposeMatrixComplexLongDouble () |
| |
| void | exposeMatrixDouble () |
| |
| void | exposeMatrixFloat () |
| |
| void | exposeMatrixInt () |
| |
| void | exposeMatrixLong () |
| |
| void | exposeMatrixLongDouble () |
| |
| void EIGENPY_DLLAPI | exposePreconditioners () |
| |
| void EIGENPY_DLLAPI | exposeQuaternion () |
| |
| void EIGENPY_DLLAPI | exposeSolvers () |
| |
| template<typename Scalar , int Options> |
| EIGEN_DONT_INLINE void | exposeType () |
| |
| template<typename Scalar > |
| EIGEN_DONT_INLINE void | exposeType () |
| |
| PySwigObject * | get_PySwigObject (PyObject *pyObj) |
| |
| void EIGENPY_DLLAPI | import_numpy () |
| |
| bool | is_aligned (void *ptr, std::size_t alignment) |
| |
| template<typename MatrixType1 , typename MatrixType2 > |
| EIGEN_DONT_INLINE bool | is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2, const typename MatrixType1::Scalar &prec) |
| |
| template<typename MatrixType1 , typename MatrixType2 > |
| EIGEN_DONT_INLINE bool | is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2) |
| |
| template<typename Scalar > |
| bool | isNumpyNativeType () |
| |
| template<typename Scalar > |
| bool | np_type_is_convertible_into_scalar (const int np_type) |
| |
| std::string EIGENPY_DLLAPI | printVersion (const std::string &delimiter=".") |
| | Returns the current version of EigenPy as a string using the following standard: EIGENPY_MINOR_VERSION.EIGENPY_MINOR_VERSION.EIGENPY_PATCH_VERSION. More...
|
| |
| int EIGENPY_DLLAPI | PyArray_TypeNum (PyTypeObject *type) |
| |
| template<typename T > |
| bool | register_symbolic_link_to_registered_type () |
| | Symlink to the current scope the already registered class T. More...
|
| |
| template<typename Scalar > |
| void | registerCommonUfunc () |
| |
| template<typename Scalar > |
| int | registerNewType (PyTypeObject *py_type_ptr=NULL) |
| |
| void | seed (unsigned int seed_value) |
| |