#include <vector>
#include <iomanip>
#include <iostream>
#include <climits>
#include "arts.h"
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.   | |
| template<class base> | |
| base | max (const Array< base > &x) | 
| Max function.   | |
| template<class base> | |
| base | min (const Array< base > &x) | 
| Min function.   | |
Definition in file array.h.
| base max | ( | const Array< base > & | x | ) |  [inline] | 
        
| base min | ( | const Array< base > & | x | ) |  [inline] | 
        
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Array< base > & | v | |||
| ) |  [inline] | 
        
 1.5.6