
Go to the source code of this file.
Namespaces | |
| pFlow | |
Macros | |
| #define | VecFunc(fnName) |
| #define | VecFunc2(fnName) |
Functions | |
| template<typename T , typename Allocator > | |
| Vector< T, Allocator > | pow (const Vector< T, Allocator > &v, T e) |
| template<typename T , typename Allocator , typename indexFunc > | |
| Vector< T, Allocator > | pow (const Vector< T, Allocator > &v, T e, indexFunc iFn) |
| template<typename T , typename Allocator > | |
| T | min (const Vector< T, Allocator > &v) |
| template<typename T , typename Allocator , typename indexFunc > | |
| T | min (const Vector< T, Allocator > &v, indexFunc iFn) |
| template<typename T , typename Allocator > | |
| T | max (const Vector< T, Allocator > &v) |
| template<typename T , typename Allocator , typename indexFunc > | |
| T | max (const Vector< T, Allocator > &v, indexFunc iFn) |
| template<typename T , typename Allocator > | |
| T | sum (const Vector< T, Allocator > &v) |
| template<typename T , typename Allocator , typename indexFunc > | |
| T | sum (const Vector< T, Allocator > &v, indexFunc iFn) |
| #define VecFunc | ( | fnName | ) |
Definition at line 22 of file VectorMath.hpp.
| #define VecFunc2 | ( | fnName | ) |
Definition at line 47 of file VectorMath.hpp.