Project

General

Profile

Multi-dimensional data in C++

Added by Kretz, Matthias over 9 years ago

Tomorrow (November, 12th) we'll have our next C++ user group meeting. (15:00 in 0|200 at FIAS)

Janus Weil has prepared a talk on “Multi-dimensional data in C++”:

Handling multi-dimensional data is a rather common problem, especially in scientific codes. However, C++ neither has an intrinsic concept of dimensionality nor does it offer a standard container with multiple dimensions. In this talk I will discuss different ways of dealing with multi-dimensional data in C++ and draw comparisons to more array-aware languages like Fortran.

Following the talk we will have time for open discussion on C++ topics. So, if you have a C++ programming question, bring it along!


Comments