LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
List of all members
ndarray::PyConverter< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > > Struct Template Reference

Specialization of PyConverter for Eigen::Matrix. More...

#include <eigen.h>

Inheritance diagram for ndarray::PyConverter< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >:
ndarray::detail::EigenPyConverter< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > > ndarray::detail::PyConverterBase< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >

Additional Inherited Members

- Static Public Member Functions inherited from ndarray::detail::EigenPyConverter< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >
static PyObject * toPython (Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols >const &input, PyObject *owner=NULL)
 
static PyTypeObject const * getPyType ()
 
static bool fromPythonStage1 (PyPtr &p)
 
static bool fromPythonStage2 (PyPtr const &p, Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > &output)
 
- Static Public Member Functions inherited from ndarray::detail::PyConverterBase< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >
static bool matches (PyObject *arg)
 Check if a Python object might be convertible to T. More...
 
static int fromPython (PyObject *arg, Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > *output)
 Convert a Python object to a C++ object. More...
 

Detailed Description

template<typename Scalar, int Rows, int Cols, int Options, int MaxRows, int MaxCols>
struct ndarray::PyConverter< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >

Specialization of PyConverter for Eigen::Matrix.

Definition at line 146 of file eigen.h.


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