Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

TNT Namespace Reference


Detailed Description

Namespace for the Template Numeric Toolkit.

See http://math.nist.gov/tnt/ for more details.


Additions to TNT

We provide a few standard operators in TNT's namespace to support operations not yet implemented by TNT.

template<class T> Matrix< T > & operator+= (Matrix< T > &A, const T B)
template<class T> Matrix< T > & operator-= (Matrix< T > &A, const T B)
template<class T> Matrix< T > & operator *= (Matrix< T > &A, const T B)
template<class T> Matrix< T > operator * (const Matrix< T > &A, const T B)
template<class T> T sum (const Matrix< T > &A)
template<class T> T sum (const Vector< T > &A)
template<class T> T sum (const_Region2D< Matrix< T > > &A)


Generated on Mon Jan 20 02:37:46 2003 for RF-LISSOM by doxygen1.3-rc2