cppyabm  1.0.17
An agent-based library to integrate C++ and Python
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)
 
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
 

Detailed Description

template<bool EigenRowMajor>
struct EigenConformable< EigenRowMajor >

Definition at line 74 of file eigen.h.

Constructor & Destructor Documentation

◆ EigenConformable() [1/3]

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

Definition at line 80 of file eigen.h.

◆ EigenConformable() [2/3]

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

Definition at line 82 of file eigen.h.

◆ EigenConformable() [3/3]

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

Definition at line 94 of file eigen.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 107 of file eigen.h.

◆ stride_compatible()

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

Definition at line 97 of file eigen.h.

Member Data Documentation

◆ cols

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

Definition at line 76 of file eigen.h.

◆ conformable

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

Definition at line 75 of file eigen.h.

◆ negativestrides

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

Definition at line 78 of file eigen.h.

◆ rows

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

Definition at line 76 of file eigen.h.

◆ stride

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

Definition at line 77 of file eigen.h.


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