42 #ifndef COO_MATRIX_OUT_H
43 #define COO_MATRIX_OUT_H
47 namespace AbstractLinAlgPack {
55 std::ostream&
operator<<(std::ostream& o,
const COOMatrix& coom);
66 #endif // COO_MATRIX_OUT_H
std::ostream & output(std::ostream &o, const COOMatrix &coom)
Output stream function for COOMatrix.
Sparse Coordinate Matrix abstraction storage class.
std::ostream & operator<<(std::ostream &out, const GenPermMatrixSlice &P)
Print the contents of a GenPermMatrixSlice object in machine readable format.