NABLA  Nabla Ain't Basic Linear Algebra
Friends | List of all members
vector_expression< value_t, expr_t, tag, orientation::column > Class Template Reference

Vector expression template class specialization. More...

Inheritance diagram for vector_expression< value_t, expr_t, tag, orientation::column >:
Inheritance graph

Friends

orientation::column orientation_type (expr_t *)
 Defines orientation type for arbitrary vector.

Additional Inherited Members

- Public Types inherited from column_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 column_wrapper< value_t, expr_t, tag >
 column_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.

Detailed Description

template<typename value_t, typename expr_t, typename tag>
class nabla::vector_expression< value_t, expr_t, tag, orientation::column >

Vector expression template class specialization.

This class is the base class for all column vector expressions including class vector . 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 .

See Also
vector_expression, vector

Definition at line 1881 of file matrix.h.

Friends And Related Function Documentation

orientation::column orientation_type ( expr_t *  )
friend

Defines orientation type for arbitrary vector.

This template function is an implementation detail.

Definition at line 1890 of file matrix.h.


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