Skip to search formSkip to main contentSkip to account menu

Expression templates

Expression templates are a C++ template metaprogramming technique that builds structures representing a computation at compile time, which structures… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2011
2011
The application of graphical processing units (GPU) to solve partial dierential equations is gaining popularity with the advent… 
Review
2011
Review
2011
In this paper we investigate how a C++ class library can be improved by the concept of expression templates. Our rst result is a… 
2008
2008
We present a systematic, algebraically based, design methodology for efficient implementation of computer programs optimized over… 
2003
2003
Nowadays, the vast volume of collected digital data obliges us to employ processing methods like pattern recognition and data… 
2003
2003
■ Real-time signal processing consumes the majority of the world’s computing power. Increasingly, programmable parallel… 
2003
2003
We apply the notion of design patterns to optimizations performed by designers of software libraries, focusing especially on… 
2003
2003
The C++ language features a two-layers execution model: computations can be done at compile-time and at execution-time. This… 
2002
2002
Abstract : Viewgraphs from presentation of monolithic compiler experiments using C++ programming language templates. 
2000
2000
The authors show how the paradigms of lambda functions and expression templates fit together in order to provide a means to… 
2000
2000
Template techniques in C++ allow a modest degree of generative programming: creating specialized code for specialized problems…