|
Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
#include <Matrix.h>
Static Public Member Functions | |
template<class Dest, class Src, class Assign> | |
static void | assign2 (Dest &, const Src &, const Assign &) |
template<class Dest, class Src, class Assign> | |
static void | assign (Dest &, const Src &, const Assign &) |
template<class E> | |
static bool | all_elements2 (const E &) |
template<class E> | |
static bool | all_elements (const E &) |
template<class E> | |
static bool | any_elements2 (const E &) |
template<class E> | |
static bool | any_elements (const E &) |
template<class E> | |
static XprNull | trace (const E &) |
Private Member Functions | |
Matrix () | |
Matrix (const Matrix &) | |
Matrix & | operator= (const Matrix &) |
tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::Matrix | ( | ) | [private] |
Matrix& tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::operator= | ( | const Matrix< 0, 0, 0, 0 > & | ) | [private] |
static void tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::assign2 | ( | Dest & | , | |
const Src & | , | |||
const Assign & | ||||
) | [inline, static] |
static void tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::assign | ( | Dest & | , | |
const Src & | , | |||
const Assign & | ||||
) | [inline, static] |
static bool tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::all_elements2 | ( | const E & | ) | [inline, static] |
static bool tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::all_elements | ( | const E & | ) | [inline, static] |
static bool tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::any_elements2 | ( | const E & | ) | [inline, static] |
static bool tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::any_elements | ( | const E & | ) | [inline, static] |
static XprNull tvmet::meta::tvmet::meta::Matrix< 0, 0, 0, 0 >::trace | ( | const E & | ) | [inline, static] |
Author: |