NABLA
Nabla Ain't Basic Linear Algebra
|
Unary expression template class. More...
Public Types | |
typedef const value_type | const_reference |
Type of reference to constant element. | |
typedef expr_t::value_type | value_type |
Type of elements. |
Public Member Functions | |
unary (const expr_t &a) | |
Initializing 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. |
Private Member Functions | |
unary (const unary &) | |
Inaccessible copy constructor. | |
unary & | operator= (const unary &) |
Inaccessible copy assignment operator. |
Unary expression template class.
This class represents a unary matrix expression.