2014
DOI: 10.1016/j.jpdc.2014.07.002
|View full text |Cite
|
Sign up to set email alerts
|

The numerical template toolbox: A modern C++ design for scientific computing

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2016
2016
2024
2024

Publication Types

Select...
6
3

Relationship

1
8

Authors

Journals

citations
Cited by 11 publications
(5 citation statements)
references
References 16 publications
0
5
0
Order By: Relevance
“…• Some are exclusively dedicated to mathematical computations and linear algebra, like the Matrix Template Library [9], Intel MKL [10], Eigen [11], NT2 [12] and the GNU Scientific Library [13].…”
Section: Kiwaku: Applied C++20 For Data Managementmentioning
confidence: 99%
“…• Some are exclusively dedicated to mathematical computations and linear algebra, like the Matrix Template Library [9], Intel MKL [10], Eigen [11], NT2 [12] and the GNU Scientific Library [13].…”
Section: Kiwaku: Applied C++20 For Data Managementmentioning
confidence: 99%
“…Although inlining is a powerful way to extend software functionality by generating additional source code later on, it ties itself to one specific programming language. Avoiding of inlining enables the generation of code in any programming language depending on the code Templates [7,8].…”
Section: Handling Of Application Specification In Different Approaches Of Generative Programmingmentioning
confidence: 99%
“…Smart pointers take advantage of the C++ template construct, so they are independent of the type of the managed memory. C++ template construction is very important feature from the view of performance [7]. Effectiveness of C++ template constructs is still evaluated [8].…”
Section: Smart Pointersmentioning
confidence: 99%