Commit 9aebbe6
Accept AbstractSparseMatrixCSC for decompression (#298)
* Accept AbstractSparseMatrixCSC for decompression
* Define decompress_csc
* Remove unused import of AbstractSparseMatrixCSC
* Apply suggestion from @blegat
* Change return statement to return nothing
* Apply suggestion from @blegat
* Add to docs
* Apply suggestion from @gdalle
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Move to internals
---------
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>1 parent f56da29 commit 9aebbe6
2 files changed
+29
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
589 | | - | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
590 | 605 | | |
591 | 606 | | |
592 | 607 | | |
| |||
603 | 618 | | |
604 | 619 | | |
605 | 620 | | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | 621 | | |
611 | 622 | | |
612 | 623 | | |
| |||
696 | 707 | | |
697 | 708 | | |
698 | 709 | | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
699 | 721 | | |
700 | 722 | | |
701 | 723 | | |
| |||
0 commit comments