#include <iostream>
#include <sstream>
#include <limits.h>
#include <float.h>
Go to the source code of this file.
|
template<class T , unsigned int N> |
void | dump (const MultiDimArray< T, N > &idh, std::ostream &os=std::cout, const std::string &prefix="(") |
|
template<class T > |
void | dump (const MultiDimArray< T, 1 > &idh, std::ostream &os=std::cout, const std::string &prefix="(") |
|
template<class T , unsigned int N, class K > |
void | dumpOneEntry (const MultiDimArray< T, N > &idh, const K &indices, std::ostream &os=std::cout, const std::string &prefix="(") |
|
template<class T , class K > |
void | dumpOneEntry (const MultiDimArray< T, 1 > &idh, const K &indices, std::ostream &os=std::cout, const std::string &prefix="(") |
|
template<class T , unsigned int N> |
std::ostream & | operator<< (std::ostream &os, const MultiDimArray< T, N > &idh) |
|
◆ dump() [1/2]
◆ dump() [2/2]
template<class T , unsigned int N>
◆ dumpOneEntry() [1/2]
template<class T , class K >
◆ dumpOneEntry() [2/2]
template<class T , unsigned int N, class K >
◆ operator<<()
template<class T , unsigned int N>
void dumpOneEntry(const MultiDimArray< T, N > &idh, const K &indices, std::ostream &os=std::cout, const std::string &prefix="(")