NeoPZ
|
Contains declaration of the TPZPermutation class which generates all permutations of n values. More...
Go to the source code of this file.
Classes | |
class | TPZPermutation |
This class generates all permutations of n values. Utility. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, TPZPermutation &obj) |
Overloading operator << to print permutation object at ostream out. More... | |
Contains declaration of the TPZPermutation class which generates all permutations of n values.
Definition in file tpzpermutation.h.
|
inline |
Overloading operator << to print permutation object at ostream out.
Definition at line 64 of file tpzpermutation.h.
References TPZPermutation::Counter(), TPZVec< T >::NElements(), and TPZPermutation::Order().