|
Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
Loop Matrix class using expression and loop templates. More...
#include <tvmet/loop/Matrix.h>
Public Member Functions | |
Matrix () | |
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. | |
Private Member Functions | |
Matrix (const Matrix &) | |
Matrix & | operator= (const Matrix &) |
Loop Matrix class using expression and loop templates.
tvmet::loop::Matrix< Rows, Cols >::Matrix | ( | const Matrix< Rows, Cols > & | ) | [private] |
tvmet::loop::Matrix< Rows, Cols >::Matrix | ( | ) | [inline] |
static void tvmet::loop::Matrix< Rows, Cols >::assign | ( | E1 & | lhs, |
const E2 & | rhs, | ||
const Assign & | assign_fn | ||
) | [inline, static] |
assign an expression on columns on given row using the functional fn.
Matrix& tvmet::loop::Matrix< Rows, Cols >::operator= | ( | const Matrix< Rows, Cols > & | ) | [private] |
Author: |