#include <iostream>
#include "Array.hpp"
Include dependency graph for MultiIndex.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | SelectedDim |
| Provides a tool for selecting subgrids correspoding to given dimensions. More... | |
| class | MultiIndex |
| Provides functions for shifting to the 'next' position under the lexicographical and some other oderings and elementar multiindex operations (the abs. value and the factorial). More... | |
Functions | |
| std::ostream & | PrintSize (const Array< int > &sizes, std::ostream &s=std::cout) |
| Output for size arrays. | |
| std::ostream & | operator<< (std::ostream &s, const MultiIndex &I) |
| Output of MultiIndex objects. | |
Class SelectedDim is derived from Array<bool> and provides a tool for selecting subgrids correspoding to given dimensions.
Class MultiIndex is derived from Array<int> by providing
REMARK:
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const MultiIndex & | I | |||
| ) | [inline] |
Output of MultiIndex objects.
| std::ostream& PrintSize | ( | const Array< int > & | sizes, | |
| std::ostream & | s = std::cout | |||
| ) | [inline] |
Output for size arrays.
| [in] | sizes | The array to print. |
| [in] | s | The stream (optional). |
1.5.2