We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97a536 commit aa128f5Copy full SHA for aa128f5
README.md
@@ -76,7 +76,7 @@ fn main() {
76
77
Currently, the performance of computation of smoothing splines might be very low for a large data.
78
79
-The algorithm of sparse matrics mutliplication in sprs crate is not optimized for large diagonal
+The algorithm of sparse matrices mutliplication in sprs crate is not optimized for large diagonal
80
matrices which causes a poor performance of computation of smoothing splines.
81
See [issue](https://github.com/vbarrielle/sprs/issues/184) for details.
82
0 commit comments