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: joss/paper_sparse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Compared to these, stdlib_sparse focuses on providing a lightweight, modern Fort
63
63
# Design and implementation
64
64
## Data structures
65
65
66
-
All sparse formats extend an abstract base type sparse_type, which holds metadata such as number of rows, columns, and nonzeros. Implementations include:
66
+
All sparse formats extend an abstract base derived type sparse_type, which holds metadata such as number of rows, columns, and nonzeros. Implementations include:
0 commit comments