|
template<typename T , typename Allocator > |
Vector< T, Allocator > | abs (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | abs (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | mod (const Vector< T, Allocator > &v1, const Vector< T, Allocator > &v2) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | mod (const Vector< T, Allocator > &v1, const Vector< T, Allocator > &v2, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | exp (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | exp (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | log (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | log (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | log10 (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | log10 (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | pow (const Vector< T, Allocator > &v1, const Vector< T, Allocator > &v2) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | pow (const Vector< T, Allocator > &v1, const Vector< T, Allocator > &v2, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | sqrt (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | sqrt (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | cbrt (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | cbrt (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | sin (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | sin (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | cos (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | cos (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | tan (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | tan (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | asin (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | asin (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | acos (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | acos (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | atan (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | atan (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | atan2 (const Vector< T, Allocator > &v1, const Vector< T, Allocator > &v2) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | atan2 (const Vector< T, Allocator > &v1, const Vector< T, Allocator > &v2, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | sinh (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | sinh (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | cosh (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | cosh (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | tanh (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | tanh (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | asinh (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | asinh (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | acosh (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | acosh (const Vector< T, Allocator > &v, indexFunc iFn) |
|
template<typename T , typename Allocator > |
Vector< T, Allocator > | atanh (const Vector< T, Allocator > &v) |
|
template<typename T , typename Allocator , typename indexFunc > |
Vector< T, Allocator > | atanh (const Vector< T, Allocator > &v, indexFunc iFn) |
|
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) |
|