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

TNT Namespace Reference

Namespace for the Template Numeric Toolkit. More...


Additions to TNT

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

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


Detailed Description

Namespace for the Template Numeric Toolkit.

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


Function Documentation

template<classT>
Matrix< T > TNT::operator *<T> ( const Matrix< T >& A,
const T B ) [inline]
 

Definition at line 250 of file matrix.h.

template<classT>
Matrix< T >& TNT::operator *=<T> ( Matrix< T >& A,
const T B ) [inline]
 

Definition at line 240 of file matrix.h.

template<classT>
Matrix< T >& TNT::operator+= ( Matrix< T >& A,
const T B ) [inline]
 

Definition at line 220 of file matrix.h.

template<classT>
Matrix< T >& TNT::operator-=<T> ( Matrix< T >& A,
const T B ) [inline]
 

Definition at line 230 of file matrix.h.

template<classT>
T TNT::sum ( const_Region2D< Matrix< T > >& A ) [inline]
 

Definition at line 270 of file matrix.h.

template<classT>
T TNT::sum ( const Vector< T >& A ) [inline]
 

Definition at line 267 of file matrix.h.

template<classT>
T TNT::sum ( const Matrix< T >& A ) [inline]
 

Definition at line 264 of file matrix.h.


Generated at Mon Aug 21 00:31:29 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000