Parameter | Description | Default |
---|---|---|
V | The type of the vector expression that serves as first argument for the dot product | |
W | The type of the vector expression that serves as second argument for the dot product |
V | Must be a model of VectorExpression |
W | Must be a model of VectorExpression |
Member | Where defined | Comment |
---|---|---|
first_argument_type | BinaryExpression | |
second_argument_type | BinaryExpression | |
dotu_expression(V const&,W const&) | BinaryExpression | |
dotu_expression(dotu_expression const&) | Expression | |
first_argument_type const& first_argument() const | BinaryExpression | |
second_argument_type const& second_argument() const | BinaryExpression | |
template <class T> operator T() const | ScalarExpression | Conversion to T |