We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
todo
Simply use the toCsv() or toMatrixMarket() methods on the matrix to produce a String that can be written to a file. For example,
toCsv()
toMatrixMarket()
String
Files.write(Paths.get("some_matrix.mtx"), matrix.toMatrixMarket().getBytes());