A cusp::print function could either replace cusp::print_matrix just call
print_matrix using default arguments.
If cusp::print_matrix survives it needs to offer printing options, such as
dense vs. sparse output.
cusp::print should work for at least all the cusp containers and views.
Possible function signatures:
template <typename Matrix>
cusp::print(const Matrix& A);
template <typename Matrix, typename Stream>
cusp::print(const Matrix& A, Stream& ostream);
Original issue reported on code.google.com by wnbell on 22 Oct 2010 at 2:53
Original issue reported on code.google.com by
wnbell
on 22 Oct 2010 at 2:53