You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ The `write_matrix_market_*` methods accept a `std::ostream` and a datastructure.
86
86
87
87
The methods also accept an optional `header` argument that can be used to read and write file metadata, such as the comment or whether the matrix is a `pattern`.
88
88
89
+
**Important: Open files in binary mode.**
90
+
89
91
## Coordinate / Triplets
90
92
91
93
Matrix composed of row and column index vectors and a value vector. Any vector class that can be resized and iterated like `std::vector` will work.
0 commit comments