#include "Array.h"
#include "../iterator/TransformIterator.h"
#include "SparseArray1.h"
#include "SparseArray2.h"
Go to the source code of this file.
Namespaces | |
| namespace | ads |
Functions | |
| template<int N, typename T> | |
| std::ostream & | ads::operator<< (std::ostream &out, const SparseArray< N, T > &x) |
| Write a SparseArray in ascii format. | |
| template<int N, typename T> | |
| std::istream & | ads::operator>> (std::istream &in, SparseArray< N, T > &x) |
| Read a SparseArray in ascii format. | |
1.4.7