Multiplication between a scalar and a vector. More...
#include <TinyVectorExpression.hxx>
Public Member Functions | |
| template<class T1 > | |
| TinyVectorScaled (const T0 &, const TinyVectorExpression< T1, m, E > &) | |
| Constructor alpha * u with a scalar alpha and an expression u. | |
| const T | operator() (int) const |
| returns the i-th element of alpha*u | |
| operator TinyVectorScaled< T, m, T0, E > & () | |
| operator TinyVectorScaled< T, m, T0, E > const & () const | |
Multiplication between a scalar and a vector.
Definition at line 85 of file TinyVectorExpression.hxx.