Specialization of end_impl
for iterating matrix expressions with a column-major orientation over the minor dimension.
More...
#include <end.hpp>
List of all members.
Static Public Member Functions |
template<typename ExprT > |
static ExprT::iterator1 | apply (ExprT &e) |
| Return an iterator to the last element of the given column-major matrix expression over the minor dimension.
|
template<typename ExprT > |
static ExprT::const_iterator1 | apply (ExprT const &e) |
| Return a const iterator to the last element of the given column-minor matrix expression over the major dimension.
|
Detailed Description
template<>
struct boost::numeric::ublas::detail::end_impl< matrix_tag, tag::minor, column_major_tag >
Specialization of end_impl
for iterating matrix expressions with a column-major orientation over the minor dimension.
Definition at line 187 of file end.hpp.
Member Function Documentation
template<typename ExprT >
Return an iterator to the last element of the given column-major matrix expression over the minor dimension.
- Template Parameters:
-
ExprT | A model of MatrixExpression type. |
- Parameters:
-
- Returns:
- An iterator over the minor dimension of the given matrix expression.
Definition at line 198 of file end.hpp.
template<typename ExprT >
Return a const iterator to the last element of the given column-minor matrix expression over the major dimension.
- Template Parameters:
-
ExprT | A model of MatrixExpression type. |
- Parameters:
-
- Returns:
- A const iterator over the minor dimension of the given matrix expression.
Definition at line 213 of file end.hpp.
The documentation for this struct was generated from the following file: