Skip to content
Snippets Groups Projects
Commit 7d1c098b authored by thibault.capt's avatar thibault.capt
Browse files

print

parent 6535d550
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ public class Matrix {
for (int j = 0; j < y; j++) {
System.out.format("%8.2f", this.data[i][j]);
}
System.out.println();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment