SparseArray.h File Reference

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.

Detailed Description

A class for an N-D sparse array.

Generated on Thu Jun 30 02:14:51 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3