Public Member Functions | Public Attributes | List of all members
EigenConformable< EigenRowMajor > Struct Template Reference

#include <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)
 
 operator bool () const
 
template<typename props >
bool stride_compatible () const
 

Public Attributes

EigenIndex cols = 0
 
bool conformable = false
 
bool negativestrides = false
 
EigenIndex rows = 0
 
EigenDStride stride {0, 0}
 

Detailed Description

template<bool EigenRowMajor>
struct EigenConformable< EigenRowMajor >

Definition at line 74 of file wrap/pybind11/include/pybind11/eigen.h.

Constructor & Destructor Documentation

template<bool EigenRowMajor>
EigenConformable< EigenRowMajor >::EigenConformable ( bool  fits = false)
inline

Definition at line 80 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
EigenConformable< EigenRowMajor >::EigenConformable ( EigenIndex  r,
EigenIndex  c,
EigenIndex  rstride,
EigenIndex  cstride 
)
inline

Definition at line 82 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
EigenConformable< EigenRowMajor >::EigenConformable ( EigenIndex  r,
EigenIndex  c,
EigenIndex  stride 
)
inline

Definition at line 94 of file wrap/pybind11/include/pybind11/eigen.h.

Member Function Documentation

template<bool EigenRowMajor>
EigenConformable< EigenRowMajor >::operator bool ( ) const
inline

Definition at line 107 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
template<typename props >
bool EigenConformable< EigenRowMajor >::stride_compatible ( ) const
inline

Definition at line 97 of file wrap/pybind11/include/pybind11/eigen.h.

Member Data Documentation

template<bool EigenRowMajor>
EigenIndex EigenConformable< EigenRowMajor >::cols = 0

Definition at line 76 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
bool EigenConformable< EigenRowMajor >::conformable = false

Definition at line 75 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
bool EigenConformable< EigenRowMajor >::negativestrides = false

Definition at line 78 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
EigenIndex EigenConformable< EigenRowMajor >::rows = 0

Definition at line 76 of file wrap/pybind11/include/pybind11/eigen.h.

template<bool EigenRowMajor>
EigenDStride EigenConformable< EigenRowMajor >::stride {0, 0}

Definition at line 77 of file wrap/pybind11/include/pybind11/eigen.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:47