51 out << P.
rows() <<
" " << P.
cols() <<
" " << P.
nz() << std::endl;
53 out <<
"identity matrix\n";
57 out <<
" " << itr->row_i() <<
":" << itr->col_j();
const_iterator end() const
Return the end of this->const_iterator_begin().
This is a full random access iterator for accessing row and colunmn indices.
const_iterator begin() const
Return a random access iterator for accessing which row and column that each nonzero 1...
std::ostream & operator<<(std::ostream &out, const GenPermMatrixSlice &P)
Print the contents of a GenPermMatrixSlice object in machine readable format.
Concrete matrix type to represent general permutation (mapping) matrices.