Fast Numerical Computation in C++ - Expression Templates
Offered By: CppNow via YouTube
Course Description
Overview
Explore the world of expression templates in C++ and their impact on optimizing numerical calculations in this comprehensive conference talk. Delve into the challenges of optimizing numerical computations and understand how expression templates are utilized in popular libraries like Boost's uBLAS, Blitz++, and Armadillo. Examine the limitations of expression templates and discover why "gold standard" numerical libraries like ATLAS and FFTW are not written in C++. Learn about advanced numerical computation frameworks that surpass typical C++-only libraries through complex code generation, hardware adaptation, and extensive benchmarking. Finally, investigate techniques to enhance C++ performance beyond expression templates and gain insights into a new prototype framework demonstrating practical implementation.
Syllabus
Bojan Nikolic: Fast numerical computation in C++: Expression Templates
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera