42 #ifndef PERMUTATION_OUT_H
43 #define PERMUTATION_OUT_H
49 namespace AbstractLinAlgPack {
61 #endif // PERMUTATION_OUT_H
std::ostream & operator<<(std::ostream &out, const GenPermMatrixSlice &P)
Print the contents of a GenPermMatrixSlice object in machine readable format.
virtual std::ostream & output(std::ostream &out) const =0
Prints debug type of information.
Abstract interface to permutation matrices.