![]() |
libfaster API Documentation
Development Version
Super fast distributted computing
|
Run a n to 1 reduce.
| K | - Key type of the created dataset |
| T | - Value type of the source dataset |
| funcP | - A function pointer of a user function T F(T,T) that will be used to summarize values |
Functions | |
| T | faster::fdd< T >::reduce (reduceFunctionP< T > funcP) |
| summarizes a fdd<T> into a single value of type T | |