ARTS
1.0.222
|
This file contains the definition of Array. More...
Go to the source code of this file.
Classes | |
class | Array< base > |
This can be used to make arrays out of anything. More... | |
Functions | |
template<class base > | |
std::ostream & | operator<< (std::ostream &os, const Array< base > &v) |
Output operator. More... | |
template<class base > | |
base | max (const Array< base > &x) |
Max function. More... | |
template<class base > | |
base | min (const Array< base > &x) |
Min function. More... | |
|
inline |
|
inline |