Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Function inner_product

Boost , Chapter 1. Boost.Compute , Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function inner_product

boost::compute::inner_product

Synopsis

// In header: <boost/compute/algorithm/inner_product.hpp>

template<typename InputIterator1, typename InputIterator2, typename T> 
  T inner_product(InputIterator1 first1, InputIterator1 last1, 
                  InputIterator2 first2, T init, 
                  command_queue & queue = system::default_queue());
template<typename InputIterator1, typename InputIterator2, typename T, 
         typename BinaryAccumulateFunction, typename BinaryTransformFunction> 
  T inner_product(InputIterator1 first1, InputIterator1 last1, 
                  InputIterator2 first2, T init, 
                  BinaryAccumulateFunction accumulate_function, 
                  BinaryTransformFunction transform_function, 
                  command_queue & queue = system::default_queue());

Description

Возвращает внутреннее произведение элементов в диапазоне<first1>,<last1>] с элементами в диапазоне, начинающимся с<first2>.


PrevUpHomeNext

Статья Function inner_product раздела Chapter 1. Boost.Compute Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-07-04 14:16:40/0.0032138824462891/0