A class for an N-D sparse array. More...
#include "Array.h"
#include "../iterator/TransformIterator.h"
#include "SparseArray1.h"
#include "../defs.h"
#include <vector>
#include "../functor/select.h"
Go to the source code of this file.
Functions | |
template<int N, typename T > | |
std::ostream & | operator<< (std::ostream &out, const SparseArray< N, T > &x) |
Write a SparseArray in ascii format. | |
template<int N, typename T > | |
std::istream & | operator>> (std::istream &in, SparseArray< N, T > &x) |
Read a SparseArray in ascii format. |
A class for an N-D sparse array.