eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
#include <eigenpy/map.hpp>
Public Types | |
| typedef Container::key_type | index_type |
| typedef Container::value_type::second_type | data_type |
| typedef Container::value_type | value_type |
| using | DerivedPolicies |
Static Public Member Functions | |
| template<class Class> | |
| static void | extension_def (Class &cl) |
| static void | set_item (Container &container, index_type i, data_type const &v) |
Policies which handle the non-default constructible case and set_item() using emplace().
| typedef Container::value_type::second_type eigenpy::emplace_set_derived_policies< Container, NoProxy >::data_type |
| using eigenpy::emplace_set_derived_policies< Container, NoProxy >::DerivedPolicies |
| typedef Container::key_type eigenpy::emplace_set_derived_policies< Container, NoProxy >::index_type |
| typedef Container::value_type eigenpy::emplace_set_derived_policies< Container, NoProxy >::value_type |
| inlinestatic |
| inlinestatic |