atlas
|
#include <array>
#include <type_traits>
#include "atlas/util/Object.h"
#include "atlas/array.h"
#include "atlas/library/config.h"
Go to the source code of this file.
Classes | |
class | atlas::array::Table |
Table. More... | |
Namespaces | |
atlas | |
Contains all atlas classes and methods. | |
atlas::array | |
Contains classes to operate with multidimensional arrays. | |
It is important to note that connectivity access functions are inlined for optimal performance. The connectivity itself is internally stored with base 1, to be compatible with Fortran access. C++ access operators however convert the resulting connectivity to base 0.