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

Division between a scalar and a vector. More...

#include <TinyVectorExpression.hxx>

Inheritance diagram for Seldon::TinyVectorScalDiv< T, m, T0, E >:
Seldon::TinyVectorExpression< T, m, TinyVectorScalDiv< T, m, T0, E > >

Public Member Functions

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

Detailed Description

template<class T, int m, class T0, class E>
class Seldon::TinyVectorScalDiv< T, m, T0, E >

Division between a scalar and a vector.

Definition at line 101 of file TinyVectorExpression.hxx.


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