Hi,
I have a 200 X 200 matrix stored in a tensor and I want to print all the rows and columns. When I use cout or output to file using “<<”, I get outputs in sets of 6 columns. That is all 200 rows of the columns 1-6 are printed, followed by all 200 rows of the columns 7-12 are printed and so on.
Is it possible to have all 200 columns printed in one shot so I could easily visualize the matrix?
thanks,
Sushmita