|
|
Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
#include <cassert>

Go to the source code of this file.
Namespaces | |
| namespace | tvmet |
The namespace for the Tiny Vector Matrix using Expression Templates Libary. | |
Defines | |
| #define | TVMET_RT_CONDITION(XPR, MSG) |
| If TVMET_DEBUG is defined it checks the condition XPR and prints an error message MSG at runtime. | |
| #define TVMET_RT_CONDITION | ( | XPR, | |
| MSG | |||
| ) |
If TVMET_DEBUG is defined it checks the condition XPR and prints an error message MSG at runtime.
Referenced by tvmet::Matrix< T, NRows, NCols >::Matrix(), tvmet::XprMVProduct< E1, Rows, Cols, E2 >::operator()(), tvmet::XprMtVProduct< E1, Rows, Cols, E2 >::operator()(), tvmet::XprMtMProduct< E1, Rows1, Cols1, E2, Cols2 >::operator()(), tvmet::XprMMtProduct< E1, Rows1, Cols1, E2, Cols2 >::operator()(), tvmet::XprMMProductTransposed< E1, Rows1, Cols1, E2, Cols2 >::operator()(), tvmet::XprMMProduct< E1, Rows1, Cols1, E2, Cols2 >::operator()(), tvmet::XprMatrixRow< E, Rows, Cols >::operator()(), tvmet::XprMatrixDiag< E, Sz >::operator()(), tvmet::XprMatrixCol< E, Rows, Cols >::operator()(), tvmet::XprVector< E, Sz >::operator()(), tvmet::Vector< T, Sz >::operator()(), tvmet::VectorConstReference< T, Sz >::operator()(), tvmet::XprMatrix< E, NRows, NCols >::operator()(), tvmet::Matrix< T, NRows, NCols >::operator()(), tvmet::MatrixConstReference< T, NRows, NCols >::operator()(), tvmet::Vector< T, Sz >::Vector(), tvmet::XprMatrixCol< E, Rows, Cols >::XprMatrixCol(), and tvmet::XprMatrixRow< E, Rows, Cols >::XprMatrixRow().
|
Author: |