![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <concepts.hpp>
Public Types | |
typedef VE::iterator | iterator_type |
typedef VE::reverse_iterator | reverse_iterator_type |
typedef VE::size_type | size_type |
typedef VE::value_type | value_type |
typedef VE | vector_expression_type |
Public Member Functions | |
void | constraints () |
Definition at line 323 of file concepts.hpp.
typedef VE boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::vector_expression_type |
Definition at line 324 of file concepts.hpp.
typedef VE::size_type boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::size_type |
Definition at line 325 of file concepts.hpp.
typedef VE::value_type boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::value_type |
Definition at line 326 of file concepts.hpp.
typedef VE::iterator boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::iterator_type |
Definition at line 327 of file concepts.hpp.
typedef VE::reverse_iterator boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::reverse_iterator_type |
Definition at line 328 of file concepts.hpp.
void boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::constraints | ( | ) | [inline] |
Definition at line 330 of file concepts.hpp.