|
Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
Expression on matrix used for access on the column vector. More...
#include <tvmet/xpr/MatrixCol.h>
Public Types | |
enum | { ops_expr = E::ops, ops = ops_expr/Cols } |
Complexity counter. More... | |
typedef E::value_type | value_type |
Public Member Functions | |
XprMatrixCol (const E &e, std::size_t no) | |
Constructor. | |
value_type | operator() (std::size_t i) const |
Copy Constructor. | |
void | print_xpr (std::ostream &os, std::size_t l=0) const |
Private Member Functions | |
XprMatrixCol () | |
XprMatrixCol & | operator= (const XprMatrixCol &) |
Private Attributes | |
const E | m_expr |
const std::size_t | m_col |
Expression on matrix used for access on the column vector.
typedef E::value_type tvmet::XprMatrixCol< E, Rows, Cols >::value_type |
anonymous enum |
tvmet::XprMatrixCol< E, Rows, Cols >::XprMatrixCol | ( | ) | [private] |
tvmet::XprMatrixCol< E, Rows, Cols >::XprMatrixCol | ( | const E & | e, |
std::size_t | no | ||
) | [inline, explicit] |
Constructor.
References TVMET_RT_CONDITION.
value_type tvmet::XprMatrixCol< E, Rows, Cols >::operator() | ( | std::size_t | i | ) | const [inline] |
Copy Constructor.
Not explicit!
References tvmet::XprMatrixCol< E, Rows, Cols >::m_col, tvmet::XprMatrixCol< E, Rows, Cols >::m_expr, and TVMET_RT_CONDITION.
XprMatrixCol& tvmet::XprMatrixCol< E, Rows, Cols >::operator= | ( | const XprMatrixCol< E, Rows, Cols > & | ) | [private] |
void tvmet::XprMatrixCol< E, Rows, Cols >::print_xpr | ( | std::ostream & | os, |
std::size_t | l = 0 |
||
) | const [inline] |
const std::size_t tvmet::XprMatrixCol< E, Rows, Cols >::m_col [private] |
Referenced by tvmet::XprMatrixCol< E, Rows, Cols >::operator()().
const E tvmet::XprMatrixCol< E, Rows, Cols >::m_expr [private] |
Author: |