We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3911136 commit d7a1ab2Copy full SHA for d7a1ab2
1 file changed
src/decompression.jl
@@ -204,7 +204,7 @@ Some coloring algorithms ([`GreedyColoringAlgorithm`](@ref) and [`ConstantColori
204
Decompression into a denser `SparseMatrixCSC` is only implemented when all the conditions below are satisfied simultaneously:
205
- the partition is `:row` or `:column` (not `:bidirectional`)
206
- the decompression is `:direct` (not `:substitution`)
207
- - the decompression is full (so [`decompress_single_color!`](@ref) will not work)
+ - the decompression is for all colors (so [`decompress_single_color!`](@ref) will not work)
208
209
Outside of these cases, it is up to the user to make sure that the sparsity pattern of the decompression target is an exact match.
210
0 commit comments