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

Functions

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

Detailed Description

Inline and template functions 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