Public Member Functions | List of all members
Seldon::VectorScalDiff< T, T0, E > Class Template Reference

Subtraction between a scalar and a vector. More...

#include <VectorExpression.hxx>

Inheritance diagram for Seldon::VectorScalDiff< T, T0, E >:
Seldon::VectorExpression< T, VectorScalDiff< T, T0, E > >

Public Member Functions

template<class T1 >
 VectorScalDiff (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 VectorScalDiff< T, T0, E > & ()
 
 operator VectorScalDiff< T, T0, E > const & () const
 

Detailed Description

template<class T, class T0, class E>
class Seldon::VectorScalDiff< T, T0, E >

Subtraction between a scalar and a vector.

Definition at line 141 of file VectorExpression.hxx.


The documentation for this class was generated from the following files: