MIRA
Static Public Member Functions | List of all members
EigenMatrixAccessor< Derived > Struct Template Reference

#include <python/EigenHelpers.h>

Inheritance diagram for EigenMatrixAccessor< Derived >:
Inheritance graph
[legend]

Static Public Member Functions

static Derived::Scalar get (const Derived &m, int row, int col)
 
static void set (Derived &m, int row, int col, typename Derived::Scalar value)
 
static int cols (const Derived &m)
 
static std::string str (const Derived &m)
 
static int rows (const Derived &m)
 

Member Function Documentation

◆ get()

static Derived::Scalar get ( const Derived &  m,
int  row,
int  col 
)
inlinestatic

◆ set()

static void set ( Derived &  m,
int  row,
int  col,
typename Derived::Scalar  value 
)
inlinestatic

◆ cols()

static int cols ( const Derived &  m)
inlinestatic

◆ str()

static std::string str ( const Derived &  m)
inlinestaticinherited

◆ rows()

static int rows ( const Derived &  m)
inlinestaticinherited

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