ICRS Eurobot 2013

Dependencies:   mbed mbed-rtos Servo QEI

Embed: (wiki syntax)

« Back to documentation index

Matrix< Rows, Cols > Class Template Reference

Matrix< Rows, Cols > Class Template Reference

Loop Matrix class using expression and loop templates. More...

#include <tvmet/loop/Matrix.h>

Static Public Member Functions

template<class E1 , class E2 , class Assign >
static void assign (E1 &lhs, const E2 &rhs, const Assign &assign_fn)
 assign an expression on columns on given row using the functional fn.

Detailed Description

template<std::size_t Rows, std::size_t Cols>
class tvmet::loop::Matrix< Rows, Cols >

Loop Matrix class using expression and loop templates.

Definition at line 37 of file loop/Matrix.h.


Member Function Documentation

static void assign ( E1 &  lhs,
const E2 &  rhs,
const Assign &  assign_fn 
) [static]

assign an expression on columns on given row using the functional fn.

Definition at line 49 of file loop/Matrix.h.