eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::eigen_to_py_impl_sparse_matrix< MatType > Struct Template Reference
Inheritance diagram for eigenpy::eigen_to_py_impl_sparse_matrix< MatType >:
[legend]

Public Types

enum  { IsRowMajor = MatType::IsRowMajor }

Static Public Member Functions

static PyObject * convert (typename boost::add_reference< typename boost::add_const< MatType >::type >::type mat)
static PyTypeObject const * get_pytype ()

Detailed Description

template<typename MatType>
struct eigenpy::eigen_to_py_impl_sparse_matrix< MatType >

Definition at line 100 of file eigen-to-python.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename MatType>
anonymous enum

Definition at line 101 of file eigen-to-python.hpp.

Member Function Documentation

◆ convert()

template<typename MatType>
PyObject * eigenpy::eigen_to_py_impl_sparse_matrix< MatType >::convert(typename boost::add_reference< typename boost::add_const< MatType >::type >::typemat)
inlinestatic

Definition at line 103 of file eigen-to-python.hpp.

◆ get_pytype()

template<typename MatType>
PyTypeObject const * eigenpy::eigen_to_py_impl_sparse_matrix< MatType >::get_pytype()
inlinestatic

Definition at line 116 of file eigen-to-python.hpp.


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