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

Go to the source code of this file.

Classes

class  GVectorT< T >
 
class  GMatrixT< T >
 

Functions

template<typename T >
GMatrixT< T > operator* (const double k, const GMatrixT< T > &m)
 

Detailed Description

Include file for a template matrix class.

Function Documentation

template<typename T >
GMatrixT<T> operator* ( const double  k,
const GMatrixT< T > &  m 
)

Multiplication scaling.

Parameters
kscaling factor
mmatrix to scale