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

Public Types | |
| typedef const value_type | const_reference |
| Type of reference to constant element. | |
| typedef value_t | value_type |
| Type of elements. | |
Public Member Functions | |
| unary (const expr_t &a) | |
| Initializing constructor. | |
| const_reference | operator() (size_t i) const |
| Subscript operator. | |
| size_t | size () const |
| Returns size of vector. | |
Private Member Functions | |
| unary (const unary &) | |
| Inaccessible copy constructor. | |
| unary & | operator= (const unary &) |
| Inaccessible copy assignment operator. | |
Unary expression template class specialization.
This specialization represents a unary vector expression.
1.8.1.2