Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Eurobot_2012_Secondary by
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.
Generated on Tue Jul 12 2022 21:02:14 by
