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 ebda942 commit 695df84Copy full SHA for 695df84
README.md
@@ -121,12 +121,6 @@ D = A - B # [1 -2; -3 4]
121
E = A * 2 # [2 0; 0 8]
122
```
123
124
-### Utility Functions
125
-
126
-- `to_dense(A)`: Convert a `SparseArray` to a dense `Array`.
127
-- `dropstored!(A, val)`: Remove all stored entries equal to `val`.
128
-- `spzeros`, `spones`, `spfill`: Create sparse arrays with specific values.
129
130
## API Reference
131
132
The following are the key exports of the package:
0 commit comments