#include <meteoio/IOExceptions.h>
#include <meteoio/IOUtils.h>
#include <vector>
#include <limits>
#include <iostream>
#include <numeric>
#include <algorithm>
#include <meteoio/dataClasses/Array3D.h>
Go to the source code of this file.
|
class | mio::Array2D< T > |
| The template class Array2D is a 2D Array (Matrix) able to hold any type of object as datatype. It relies on the Array2DProxy class to provide the [][] operator (slower than the (i,j) call). If the compilation flag NOSAFECHECKS is used, bounds check is turned off (leading to increased performances). More...
|
|