Classes | |
struct | contains_algo |
struct | contains_algo< T, false > |
struct | contains_algo< T, true > |
struct | contains_vector_derived_policies |
struct | getitem |
struct | has_operator_equal |
struct | has_operator_equal< bool > |
struct | has_operator_equal< Eigen::EigenBase< EigenObject > > |
struct | has_operator_equal< std::vector< T, A > > |
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 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.
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 | ||
) |