Addition between a scalar and a vector. More...
#include <VectorExpression.hxx>
Public Member Functions | |
template<class T1 > | |
VectorScalSum (const T0 &, const VectorExpression< T1, E > &) | |
Constructor alpha + u with a scalar alpha and an expression u. | |
long | GetSize () const |
returns the size of the associated vector | |
const T | operator() (long) const |
returns the i-th element of alpha + u | |
long | GetSize () const |
returns the size of the associated vector | |
operator VectorScalSum< T, T0, E > & () | |
operator VectorScalSum< T, T0, E > const & () const | |
Addition between a scalar and a vector.
Definition at line 124 of file VectorExpression.hxx.