NABLA  Nabla Ain't Basic Linear Algebra
Public Types | Public Member Functions | Private Member Functions | List of all members
unary< expression_type, op > Class Template Reference

Unary expression template class. More...

Inheritance diagram for unary< expression_type, op >:
Inheritance graph

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.
unaryoperator= (const unary &)
 Inaccessible copy assignment operator.

Detailed Description

template<typename expression_type, template< typename > class op>
class nabla::unary< expression_type, op >

Unary expression template class.

This class represents a unary matrix expression.

See Also
unary<vector_expression<value_t, expr_t, tag_t>, op>, matrix_expression

Definition at line 3831 of file matrix.h.


The documentation for this class was generated from the following file: