![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <concepts.hpp>
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 () |
Definition at line 419 of file concepts.hpp.
typedef ME boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::matrix_expression_type |
Definition at line 420 of file concepts.hpp.
typedef ME::size_type boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::size_type |
Definition at line 421 of file concepts.hpp.
typedef ME::value_type boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::value_type |
Definition at line 422 of file concepts.hpp.
typedef ME::iterator1 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::subiterator1_type |
Definition at line 423 of file concepts.hpp.
typedef ME::iterator2 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::subiterator2_type |
Definition at line 424 of file concepts.hpp.
typedef ME::reverse_iterator1 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::reverse_subiterator1_type |
Definition at line 425 of file concepts.hpp.
typedef ME::reverse_iterator2 boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::reverse_subiterator2_type |
Definition at line 426 of file concepts.hpp.
void boost::numeric::ublas::Mutable_MatrixExpressionConcept< ME >::constraints | ( | ) | [inline] |
Definition at line 428 of file concepts.hpp.