Skip to content

Commit

Permalink
Add transposition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored and amontoison committed Jun 11, 2024
1 parent 2f247a4 commit 5b1ceb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/colpack_partial_coloring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ The users needs to specify:
- a partial coloring `method` among `$PARTIAL_COLORING_METHODS`
- an `order` on the vertices among `$PARTIAL_COLORING_ORDERS`
!!! warning
To perform a partial column coloring of a CSC matrix, we actually perform a partial row coloring of its transpose (which is a CSR matrix). Thus, the coloring results will in general differ between the file API and the matrix API.
# Example
```jldoctest
Expand Down

0 comments on commit 5b1ceb8

Please sign in to comment.