Namespaces | Functions

cmtkVector.txx File Reference

Go to the source code of this file.

Namespaces

namespace  cmtk

Functions

template<class T >
Vector< T > cmtk::operator+ (const Vector< T > &p, const Vector< T > &delta)
 Vector addition operator.
template<class T >
Vector< T > cmtk::operator- (const Vector< T > &p, const Vector< T > &delta)
 Vector subtraction operator.
template<class T >
Vector< T > cmtk::operator* (const T c, const Vector< T > &p)
 Scalar-to-vector multiplication operator.
template<class T >
Vector< T > cmtk::CoordMult (const Vector< T > &p, const Vector< T > &q)
 Coordinatewise multiplication operator.
template<class T >
cmtk::operator* (const Vector< T > &p, const Vector< T > &q)
 Scalar product.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines