Loading...
Searching...
No Matches
Go to the source code of this file.
|
template<typename T , typename A , typename OpT > |
FORCEINLINE T | Algo::Accumulate (const A &Input, T Init, OpT Op) |
|
template<typename T , typename A > |
FORCEINLINE T | Algo::Accumulate (const A &Input, T Init) |
|
template<typename T , typename A , typename MapT , typename OpT > |
FORCEINLINE T | Algo::TransformAccumulate (const A &Input, MapT MapOp, T Init, OpT Op) |
|
template<typename T , typename A , typename MapT > |
FORCEINLINE T | Algo::TransformAccumulate (const A &Input, MapT MapOp, T Init) |
|