scalar_vector_mult_expression< S, V >
Description
The scalar-vector-mult expression is a binary
VectorExpression
that allows to evaluate the product of a scalar with a vector.
Example
Definition
Defined in
glas/expression/scalar_vector_mult.hpp
.
Template parameters
Parameter
Description
Default
ScalarExpression
the type of the scalar
VectorExpression
the type of the vector
Model of
VectorExpression
and
BinaryExpression
.
Type requirements
S
Must be a model of
ScalarExpression
V
Must be a model of
VectorExpression
Public base classes
Members
Notes