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 > | |
| T | cmtk::operator* (const Vector< T > &p, const Vector< T > &q) |
| Scalar product. | |
1.7.2