eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::cast< From, To > Struct Template Reference

Default cast algo to cast a From to To. Can be specialized for any types. More...

#include <eigenpy/user-type.hpp>

Static Public Member Functions

static To run (const From &from)

Detailed Description

template<typename From, typename To>
struct eigenpy::cast< From, To >

Default cast algo to cast a From to To. Can be specialized for any types.

Definition at line 18 of file user-type.hpp.

Member Function Documentation

◆ run()

template<typename From, typename To>
To eigenpy::cast< From, To >::run(const From &from)
inlinestatic

Definition at line 19 of file user-type.hpp.


The documentation for this struct was generated from the following file: