GCpp general purpose C++ library  version 1.0
GVectorT.hh File Reference
#include "GGlobal.hh"
#include "GLogMessage.hh"
#include "GBaseFunctions.hh"
#include "GStringFunctions.hh"
#include "GMatrixT.hh"
#include "icc/GVectorT.icc"

Go to the source code of this file.

Classes

class  GMatrixT< T >
 
class  GVectorT< T >
 

Functions

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

Detailed Description

Include 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