hzhan0607 / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

add cusp::print() #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 96c74ab506.

Original comment by wnbell on 14 Feb 2011 at 6:40