MyraMath
Classes | Functions
Array2.h File Reference

Container of values, allows random (i,j) access. More...

#include <myramath/utility/detail/ssize.h>
#include <myramath/io/Streams.h>
#include <myramath/io/ReaderWriter.h>
#include <myramath/io/detail/vector.h>
#include <myramath/utility/eprintf.h>
#include <vector>
#include <iostream>
Include dependency graph for Array2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Array2< T >
 Container of values, allows random (i,j) access. More...
 

Functions

template<class T >
std::ostream & myra::operator<< (std::ostream &out, const Array2< T > &a)
 Prints an Array2D<T>
 

Detailed Description

Container of values, allows random (i,j) access.