Skip to content
Thomas Shields edited this page Aug 25, 2016 · 1 revision

Input

todo

Output

Simply use the toCsv() or toMatrixMarket() methods on the matrix to produce a String that can be written to a file. For example,

Files.write(Paths.get("some_matrix.mtx"), matrix.toMatrixMarket().getBytes());
Clone this wiki locally