

Go to the source code of this file.
Classes | |
| class | puma2::Matrix< T > |
| Represents a matrix template class. More... | |
Namespaces | |
| namespace | puma2 |
Functions | |
| template<class T > | |
| Matrix< T > | puma2::operator* (const Matrix< T > &, const Matrix< T > &) |
| template<class T > | |
| Vector< T > | puma2::operator* (const Matrix< T > &, const Vector< T > &) |
| template<class T > | |
| Vector< T > | puma2::operator* (const T &, const Vector< T > &) |
| template<class T > | |
| T | puma2::operator* (const Vector< T > &, const Vector< T > &) |