close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

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.

Change History (1)

comment:1 Changed 15 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

(In [1650]) Fixes #778

Note: See TracTickets for help on using tickets.