![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Scalar expression concept. More...
#include <concepts.hpp>
Public Types | |
typedef SE | scalar_expression_type |
typedef SE::value_type | value_type |
Public Member Functions | |
void | constraints () |
Static Public Attributes | |
static const unsigned | complexity = SE::complexity |
Scalar expression concept.
requirements
SE::value_type
is the type of the scalar expression SE
must be convertable to SE::value_type
SE::complexity
must existSE | the type of the scalar expression |
Definition at line 250 of file concepts.hpp.
typedef SE boost::numeric::ublas::ScalarExpressionConcept< SE >::scalar_expression_type |
Definition at line 251 of file concepts.hpp.
typedef SE::value_type boost::numeric::ublas::ScalarExpressionConcept< SE >::value_type |
Definition at line 252 of file concepts.hpp.
void boost::numeric::ublas::ScalarExpressionConcept< SE >::constraints | ( | ) | [inline] |
Definition at line 256 of file concepts.hpp.
const unsigned boost::numeric::ublas::ScalarExpressionConcept< SE >::complexity = SE::complexity [static] |
Definition at line 254 of file concepts.hpp.