ICRS Eurobot 2013

Dependencies:   mbed mbed-rtos Servo QEI

Embed: (wiki syntax)

« Back to documentation index

XprMatrixCol< E, Rows, Cols > Class Template Reference

XprMatrixCol< E, Rows, Cols > Class Template Reference

Expression on matrix used for access on the column vector. More...

#include <tvmet/xpr/MatrixCol.h>

Inherits TvmetBase< XprMatrixCol< E, Rows, Cols > >.

Public Types

enum  
 

Complexity counter.

More...

Public Member Functions

 XprMatrixCol (const E &e, std::size_t no)
 Constructor.
 XprMatrixCol (const XprMatrixCol &e)
 Copy Constructor.

Detailed Description

template<class E, std::size_t Rows, std::size_t Cols>
class tvmet::XprMatrixCol< E, Rows, Cols >

Expression on matrix used for access on the column vector.

Definition at line 35 of file MatrixCol.h.


Member Enumeration Documentation

anonymous enum

Complexity counter.

Definition at line 46 of file MatrixCol.h.


Constructor & Destructor Documentation

XprMatrixCol ( const E &  e,
std::size_t  no 
) [explicit]

Constructor.

Definition at line 53 of file MatrixCol.h.

XprMatrixCol ( const XprMatrixCol< E, Rows, Cols > &  e )

Copy Constructor.

Not explicit!

Definition at line 61 of file MatrixCol.h.