Permutation class and output operator. More...
#include <iostream>#include <cstdlib>#include <string>#include <fstream>#include <sstream>#include <vector>#include <boost/numeric/ublas/vector.hpp>#include <o2scl/vector.h>Go to the source code of this file.
Classes | |
| class | o2scl::permutation |
| A class for representing permutations. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
Functions | |
Output operator function in src/linalg/permutation.h | |
| std::ostream & | o2scl::operator<< (std::ostream &os, const permutation &p) |
| Output operator for permutations. More... | |
Output operator function in src/linalg/permutation.h | |
| std::ostream & | o2scl::operator<< (std::ostream &os, const permutation &p) |
| Output operator for permutations. More... | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).