Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::MatrixExpressionConcept< ME > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef ME::const_reverse_iterator1 const_reverse_subiterator1_type
typedef ME::const_reverse_iterator2 const_reverse_subiterator2_type
typedef ME::const_iterator1 const_subiterator1_type
typedef ME::const_iterator2 const_subiterator2_type
typedef ME matrix_expression_type
typedef ME::size_type size_type
typedef ME::type_category type_category
typedef ME::value_type value_type

Public Member Functions

void constraints ()

Detailed Description

template<class ME>
struct boost::numeric::ublas::MatrixExpressionConcept< ME >

Definition at line 366 of file concepts.hpp.


Member Typedef Documentation

Definition at line 367 of file concepts.hpp.

template<class ME >
typedef ME::type_category boost::numeric::ublas::MatrixExpressionConcept< ME >::type_category

Definition at line 368 of file concepts.hpp.

template<class ME >
typedef ME::size_type boost::numeric::ublas::MatrixExpressionConcept< ME >::size_type

Definition at line 369 of file concepts.hpp.

template<class ME >
typedef ME::value_type boost::numeric::ublas::MatrixExpressionConcept< ME >::value_type

Definition at line 370 of file concepts.hpp.

template<class ME >
typedef ME::const_iterator1 boost::numeric::ublas::MatrixExpressionConcept< ME >::const_subiterator1_type

Definition at line 371 of file concepts.hpp.

template<class ME >
typedef ME::const_iterator2 boost::numeric::ublas::MatrixExpressionConcept< ME >::const_subiterator2_type

Definition at line 372 of file concepts.hpp.

template<class ME >
typedef ME::const_reverse_iterator1 boost::numeric::ublas::MatrixExpressionConcept< ME >::const_reverse_subiterator1_type

Definition at line 373 of file concepts.hpp.

template<class ME >
typedef ME::const_reverse_iterator2 boost::numeric::ublas::MatrixExpressionConcept< ME >::const_reverse_subiterator2_type

Definition at line 374 of file concepts.hpp.


Member Function Documentation

template<class ME >
void boost::numeric::ublas::MatrixExpressionConcept< ME >::constraints ( ) [inline]

Definition at line 376 of file concepts.hpp.


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