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
* Add overload for creating a sparse matrix from an enumerable of ValueTuple.
28
+
* Add matrix EnumerateIndexedAsValueTuples() to enumerate entries as ValueTuple.
29
+
30
+
Version 4.0.0
31
+
25
32
The major version change is due to the removal of obsolete methods in the Converter class. Visibility of that class was changed from public to internal. In case those obsolete methods were still used, please switch to the static conversion methods provided by the SparseMatrix class.
26
33
27
-
Other changes in version 4.0.0:
34
+
Other changes in this version:
28
35
29
36
* Addition of helper method Helper.ValidateStorage(...) to validate the structure of a sparse matrix.
30
37
* Update to GetHashCode() method of CompressedColumnStorage class.
0 commit comments