C++ STL numeric - inner_product (map reduce)| Modern Cpp Series Ep. 182

preview_player
Показать описание

►Lesson Description: In this lesson I will show you the handy inner_product numeric algorithm can be used for more than just the sum of products (i.e. scalar dot product for my graphics folks). The inner_product introduces the map reduce paradigm style of programming, which is a functional paradigm. Understanding inner_product (and its parallel implementations) can greatly simplify your code and reduce loop computations.

►Please like and subscribe to help the channel!
Рекомендации по теме
Комментарии
Автор

Now i just make some library of string operation, we now + and += ; but what for - and -= ; also for / and /=, and * and *=
+ is adding string so - is find some string and erase it — this just over view — ; I also i do it for logic string operation and & and |,
— I will published when i finish all operation — .

__hannibaalbarca__
Автор

Hi Mike, I am new to C++, I decided to move to C++ as my interested in HFT role. I have 3+ years of experience in SWE as Backend Engineer in Java/C#.Net. Looking for modern C++ and got your playlist from recommendation and now I am following your playlist.
I like the way you teach the concepts. I have one question that is this playlist is that enough to learn c++ used in HFT /Quant industry or crack any good product based organisation. if no, can you please guide on good resources/book for this.

Manojkumar-pijn
Автор

We need outer product 😅, hello mike; how do you do?

__hannibaalbarca__