MeteoIODoc  2.10.0
Array2D.h File Reference
#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.

Classes

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...
 

Namespaces

 mio
 

Functions

template<class P >
std::ostream & mio::operator<< (std::ostream &os, const Array2D< P > &array)
 
template<class P >
std::istream & mio::operator>> (std::istream &is, Array2D< P > &array)