Skip to content

Commit 695df84

Browse files
committed
Initial commit
1 parent ebda942 commit 695df84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ D = A - B # [1 -2; -3 4]
121121
E = A * 2 # [2 0; 0 8]
122122
```
123123

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-
130124
## API Reference
131125

132126
The following are the key exports of the package:

0 commit comments

Comments
 (0)