GCpp general purpose C++ library  version 1.0
GVectorT.icc File Reference

Functions

template<typename T >
GVectorT< T > operator* (const double k, const GVectorT< T > &v)
 

Detailed Description

Inline and template functions file for a template vector class.

Function Documentation

template<typename T >
GVectorT<T> operator* ( const double  k,
const GVectorT< T > &  v 
)

Multiplication scaling.

Parameters
kscaling factor
vvector to scale