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
Decompress the thin matrix `C` into the fat matrix `A`.
34
+
Decompress the thin matrix `C` into a fat matrix `A` with the same sparsity pattern as `S`.
32
35
33
-
Here, `C` is a compressed representation of matrix `A` obtained by summing the columns that share the same color in `colors`.
36
+
Here, `colors` is a column coloring of `S`, while `C` is a compressed representation of matrix `A` obtained by summing the columns that share the same color.
Decompress the thin matrix `C` into a new fat matrix `A` with the same sparsity pattern as `S`.
71
82
72
-
Here, `C` is a compressed representation of matrix `A` obtained by summing the columns that share the same color in `colors`.
83
+
Here, `colors` is a column coloring of `S`, while `C` is a compressed representation of matrix `A` obtained by summing the columns that share the same color.
Decompress the small matrix `C` into the tall matrix `A`.
102
+
Decompress the small matrix `C` into the tall matrix `A` with the same sparsity pattern as `S`.
91
103
92
-
Here, `C` is a compressed representation of matrix `A` obtained by summing the rows that share the same color in `colors`.
104
+
Here, `colors` is a row coloring of `S`, while `C` is a compressed representation of matrix `A` obtained by summing the columns that share the same color.
Decompress the small matrix `C` into a new tall matrix `A` with the same sparsity pattern as `S`.
133
150
134
-
Here, `C` is a compressed representation of matrix `A` obtained by summing the rows that share the same color in `colors`.
151
+
Here, `colors` is a row coloring of `S`, while `C` is a compressed representation of matrix `A` obtained by summing the columns that share the same color.
0 commit comments