This is the complete list of members for skepu::MapReduce< MapFunc, ReduceFunc >, including all inherited members.
| CL(Vector< T > &input, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Matrix< T > &input, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(InputIterator inputBegin, InputIterator inputEnd, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Vector< T > &input1, Vector< T > &input2, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Matrix< T > &input1, Matrix< T > &input2, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Vector< T > &input1, Vector< T > &input2, Vector< T > &input3, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Matrix< T > &input1, Matrix< T > &input2, Matrix< T > &input3, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CL(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, Input3Iterator input3Begin, Input3Iterator input3End, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Vector< T > &input) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Matrix< T > &input) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(InputIterator inputBegin, InputIterator inputEnd) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Vector< T > &input1, Vector< T > &input2) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Matrix< T > &input1, Matrix< T > &input2) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Vector< T > &input1, Vector< T > &input2, Vector< T > &input3) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Matrix< T > &input1, Matrix< T > &input2, Matrix< T > &input3) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CPU(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, Input3Iterator input3Begin, Input3Iterator input3End) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Vector< T > &input, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Matrix< T > &input, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(InputIterator inputBegin, InputIterator inputEnd, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Vector< T > &input1, Vector< T > &input2, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Matrix< T > &input1, Matrix< T > &input2, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Vector< T > &input1, Vector< T > &input2, Vector< T > &input3, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Matrix< T > &input1, Matrix< T > &input2, Matrix< T > &input3, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| CU(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, Input3Iterator input3Begin, Input3Iterator input3End, int useNumGPU=1) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| MapReduce(MapFunc *mapFunc, ReduceFunc *reduceFunc) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Vector< T > &input) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Matrix< T > &input) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(InputIterator inputBegin, InputIterator inputEnd) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Vector< T > &input1, Vector< T > &input2) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Matrix< T > &input1, Matrix< T > &input2) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Vector< T > &input1, Vector< T > &input2, Vector< T > &input3) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Matrix< T > &input1, Matrix< T > &input2, Matrix< T > &input3) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| OMP(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, Input3Iterator input3Begin, Input3Iterator input3End) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Vector< T > &input) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Matrix< T > &input) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(InputIterator inputBegin, InputIterator inputEnd) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Vector< T > &input1, Vector< T > &input2) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Matrix< T > &input1, Matrix< T > &input2) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Vector< T > &input1, Vector< T > &input2, Vector< T > &input3) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Matrix< T > &input1, Matrix< T > &input2, Matrix< T > &input3) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| operator()(Input1Iterator input1Begin, Input1Iterator input1End, Input2Iterator input2Begin, Input2Iterator input2End, Input3Iterator input3Begin, Input3Iterator input3End) | skepu::MapReduce< MapFunc, ReduceFunc > | |
| ~MapReduce() | skepu::MapReduce< MapFunc, ReduceFunc > |
1.8.5