vmmlib  1.7.0
 All Classes Namespaces Functions Pages
boost::la::matrix_traits< vmml::matrix< M, N, T > > Struct Template Reference
+ Collaboration diagram for boost::la::matrix_traits< vmml::matrix< M, N, T > >:

Public Types

typedef vmml::matrix< M, N, T > matrix_type
 
typedef T scalar_type
 

Static Public Member Functions

template<int Row, int Col>
static scalar_type r (const matrix_type &m)
 
template<int Row, int Col>
static scalar_type & w (matrix_type &m)
 
static scalar_type ir (int row, int col, const matrix_type &m)
 
static scalar_type & iw (int row, int col, matrix_type &m)
 

Static Public Attributes

static const int rows = M
 
static const int cols = N
 

Detailed Description

template<size_t M, size_t N, typename T>
struct boost::la::matrix_traits< vmml::matrix< M, N, T > >

Definition at line 46 of file matrix_traits.hpp.


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