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

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

#include <concepts.hpp>

List of all members.

Public Types

typedef ME matrix_expression_type
typedef ME::reverse_iterator1 reverse_subiterator1_type
typedef ME::reverse_iterator2 reverse_subiterator2_type
typedef ME::size_type size_type
typedef ME::iterator1 subiterator1_type
typedef ME::iterator2 subiterator2_type
typedef ME::value_type value_type

Public Member Functions

void constraints ()

Detailed Description

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

Definition at line 419 of file concepts.hpp.


Member Typedef Documentation

Definition at line 420 of file concepts.hpp.

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

Definition at line 421 of file concepts.hpp.

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

Definition at line 422 of file concepts.hpp.

template<class ME >
typedef ME::iterator1 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::subiterator1_type

Definition at line 423 of file concepts.hpp.

template<class ME >
typedef ME::iterator2 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::subiterator2_type

Definition at line 424 of file concepts.hpp.

template<class ME >
typedef ME::reverse_iterator1 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::reverse_subiterator1_type

Definition at line 425 of file concepts.hpp.

template<class ME >
typedef ME::reverse_iterator2 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::reverse_subiterator2_type

Definition at line 426 of file concepts.hpp.


Member Function Documentation

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

Definition at line 428 of file concepts.hpp.


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