eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::details::copy_if_non_const< MatType, is_const > Struct Template Reference

Static Public Member Functions

static void run (const Eigen::MatrixBase< MatType > &input, PyArrayObject *pyArray)

Detailed Description

template<typename MatType, bool is_const = boost::is_const<MatType>::value>
struct eigenpy::details::copy_if_non_const< MatType, is_const >

Definition at line 47 of file eigen-from-python.hpp.

Member Function Documentation

◆ run()

template<typename MatType, bool is_const = boost::is_const<MatType>::value>
void eigenpy::details::copy_if_non_const< MatType, is_const >::run(const Eigen::MatrixBase< MatType > &input,
PyArrayObject *pyArray )
inlinestatic

Definition at line 48 of file eigen-from-python.hpp.


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