Opened 15 years ago
Closed 15 years ago
#778 closed task (fixed)
Create a new VMatrix functionTripletUnique wich removes all repeated cells
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Math | Version: | 2.0.1 |
Severity: | blocker | Keywords: | |
Cc: |
Description
When you converts from Cholmod.R.Triplet to Cholmod.R.Sparse with Convert, it sums all repeated cells due it's is using CHOLMOD cholmod_triplet_to_sparse.
Some times we don't want sum but take just the first cell.
Then we need a new VMatrix function TripletUnique wich removes all repeated cells.
Note: See
TracTickets for help on using
tickets.
(In [1650]) Fixes #778