Skip to content

Commit 51849df

Browse files
jmertViralBShah
authored andcommitted
News for #24980 (sparsity preserving outer products) (#30710)
1 parent e55521f commit 51849df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Standard library changes
3737
#### SparseArrays
3838

3939
* performance improvements for sparse matrix-matrix multiplication ([#30372]).
40+
* Sparse vector outer products are more performant and maintain sparsity in products of the
41+
form `kron(u, v')`, `u * v'`, and `u .* v'` where `u` and `v` are sparse vectors or column
42+
views. ([#24980])
4043

4144
#### Dates
4245

0 commit comments

Comments
 (0)