Classes | |
struct | contains_algo |
struct | contains_algo< T, false > |
struct | contains_algo< T, true > |
struct | contains_vector_derived_policies |
struct | def_pickle_std_vector |
struct | def_pickle_std_vector< vector_type, true > |
struct | ExposeStdMethodToStdVector |
Add standard method to a std::vector. More... | |
struct | getitem |
struct | has_operator_equal_impl |
struct | OffsetOf |
struct | SpecialMethods |
struct | SpecialMethods< T, NPY_USERDEF > |
Functions | |
template<typename From , typename To > | |
static void | cast (void *from_, void *to_, npy_intp n, void *, void *) |
template<typename Container , bool NoProxy, typename CoVisitor > | |
static ExposeStdMethodToStdVector< Container, NoProxy, CoVisitor > | createExposeStdMethodToStdVector (const CoVisitor &co_visitor) |
Helper to ease ExposeStdMethodToStdVector construction. More... | |
template<typename T > | |
void | gufunc_matrix_multiply (char **args, npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *dimensions, npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *steps, void *NPY_UNUSED(func)) |
template<typename T > | |
void | matrix_multiply (char **args, npy_intp const *dimensions, npy_intp const *steps) |
|
static |
Definition at line 31 of file user-type.hpp.
|
static |
Helper to ease ExposeStdMethodToStdVector construction.
Definition at line 394 of file std-vector.hpp.
void eigenpy::internal::gufunc_matrix_multiply | ( | char ** | args, |
npy_intp EIGENPY_NPY_CONST_UFUNC_ARG * | dimensions, | ||
npy_intp EIGENPY_NPY_CONST_UFUNC_ARG * | steps, | ||
void * | NPY_UNUSEDfunc | ||
) |