#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/eigen.h>
Public Member Functions | |
EigenConformable (bool fits=false) | |
EigenConformable (EigenIndex r, EigenIndex c, EigenIndex rstride, EigenIndex cstride) | |
EigenConformable (EigenIndex r, EigenIndex c, EigenIndex stride) | |
template<typename props > | |
bool | stride_compatible () const |
operator bool () const | |
EigenConformable (bool fits=false) | |
EigenConformable (EigenIndex r, EigenIndex c, EigenIndex rstride, EigenIndex cstride) | |
EigenConformable (EigenIndex r, EigenIndex c, EigenIndex stride) | |
template<typename props > | |
bool | stride_compatible () const |
operator bool () const | |
Public Attributes | |
bool | conformable = false |
EigenIndex | rows = 0 |
EigenIndex | cols = 0 |
EigenDStride | stride {0, 0} |
bool | negativestrides = false |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 120 of file eigen.h.
References EigenConformable< EigenRowMajor >::conformable.
|
inline |
Definition at line 122 of file matrix.h.
References EigenConformable< EigenRowMajor >::conformable.
|
inline |
Definition at line 109 of file eigen.h.
References EigenConformable< EigenRowMajor >::cols, EigenConformable< EigenRowMajor >::negativestrides, EigenConformable< EigenRowMajor >::rows, and EigenConformable< EigenRowMajor >::stride.
|
inline |
Definition at line 105 of file matrix.h.
References EigenConformable< EigenRowMajor >::cols, EigenConformable< EigenRowMajor >::negativestrides, EigenConformable< EigenRowMajor >::rows, and EigenConformable< EigenRowMajor >::stride.
EigenIndex EigenConformable< EigenRowMajor >::cols = 0 |
bool EigenConformable< EigenRowMajor >::conformable = false |
Definition at line 87 of file eigen.h.
Referenced by EigenConformable< EigenRowMajor >::operator bool().
bool EigenConformable< EigenRowMajor >::negativestrides = false |
Definition at line 90 of file eigen.h.
Referenced by EigenConformable< EigenRowMajor >::stride_compatible().
EigenIndex EigenConformable< EigenRowMajor >::rows = 0 |
EigenDStride EigenConformable< EigenRowMajor >::stride {0, 0} |