|
NABLA
Nabla Ain't Basic Linear Algebra
|
Vector expression template class specialization. More...

Friends | |
| orientation::row | orientation_type (expr_t *) |
| Defines orientation type for arbitrary vector. | |
Additional Inherited Members | |
Public Types inherited from row_wrapper< value_t, expr_t, tag > | |
| typedef const value_type | const_reference |
| Type of reference to constant element. | |
| typedef value_t | value_type |
| Type of elements. | |
Public Member Functions inherited from row_wrapper< value_t, expr_t, tag > | |
| row_wrapper () | |
| Default constructor. | |
| size_t | cols () const |
| Returns number of columns. | |
| const_reference | operator() (size_t row, size_t col) const |
| Subscript operator. | |
| size_t | rows () const |
| Returns number of rows. | |
Vector expression template class specialization.
This class is the base class for all row vector expressions. For detailed explanation about vector orientation see Vector Orientation.
For explanation about template parameters value_t, expr_t and tag see documentation for matrix_expression .
|
friend |
1.8.1.2