This is the complete list of members for skepu::Scan< ScanFunc >, including all inherited members.
| CL(Vector< T > &input, ScanType type=INCLUSIVE, T init=T(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CL(InputIterator inputBegin, InputIterator inputEnd, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CL(Vector< T > &input, Vector< T > &output, ScanType type=INCLUSIVE, T init=T(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CL(InputIterator inputBegin, InputIterator inputEnd, OutputIterator outputBegin, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CPU(Vector< T > &input, ScanType type=INCLUSIVE, T init=T()) | skepu::Scan< ScanFunc > | |
| CPU(Matrix< T > &input, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| CPU(InputIterator inputBegin, InputIterator inputEnd, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type()) | skepu::Scan< ScanFunc > | |
| CPU(Vector< T > &input, Vector< T > &output, ScanType type=INCLUSIVE, T init=T()) | skepu::Scan< ScanFunc > | |
| CPU(Matrix< T > &input, Matrix< T > &output, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| CPU(InputIterator inputBegin, InputIterator inputEnd, OutputIterator outputBegin, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type()) | skepu::Scan< ScanFunc > | |
| CU(Vector< T > &input, ScanType type=INCLUSIVE, T init=T(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CU(InputIterator inputBegin, InputIterator inputEnd, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CU(Vector< T > &input, Vector< T > &output, ScanType type=INCLUSIVE, T init=T(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| CU(InputIterator inputBegin, InputIterator inputEnd, OutputIterator outputBegin, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type(), int useNumGPU=1) | skepu::Scan< ScanFunc > | |
| OMP(Vector< T > &input, ScanType type=INCLUSIVE, T init=T()) | skepu::Scan< ScanFunc > | |
| OMP(Matrix< T > &input, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| OMP(InputIterator inputBegin, InputIterator inputEnd, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type()) | skepu::Scan< ScanFunc > | |
| OMP(Vector< T > &input, Vector< T > &output, ScanType type=INCLUSIVE, T init=T()) | skepu::Scan< ScanFunc > | |
| OMP(Matrix< T > &input, Matrix< T > &output, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| OMP(InputIterator inputBegin, InputIterator inputEnd, OutputIterator outputBegin, ScanType type=INCLUSIVE, typename InputIterator::value_type init=typename InputIterator::value_type()) | skepu::Scan< ScanFunc > | |
| operator()(Vector< T > &input, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| operator()(Matrix< T > &input, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| operator()(InputIterator inputBegin, InputIterator inputEnd, ScanType type, typename InputIterator::value_type init=typename InputIterator::value_type()) | skepu::Scan< ScanFunc > | |
| operator()(Vector< T > &input, Vector< T > &output, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| operator()(Matrix< T > &input, Matrix< T > &output, ScanType type, T init=T()) | skepu::Scan< ScanFunc > | |
| operator()(InputIterator inputBegin, InputIterator inputEnd, OutputIterator outputBegin, ScanType type, typename InputIterator::value_type init=typename InputIterator::value_type()) | skepu::Scan< ScanFunc > | |
| Scan(ScanFunc *scanFunc) | skepu::Scan< ScanFunc > | |
| ~Scan() | skepu::Scan< ScanFunc > |
1.8.5