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 16 years ago

Closed 16 years ago

Last modified 16 years ago

#618 closed enhancement (fixed)

Forcing maximum sparsity of VMatrix

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Numerical methods
Component: Math Version: 1.1.7
Severity: blocker Keywords:
Cc:

Description

Due to rounding errors or any other reason an sparse VMatrix can contain explicit zero cells which causes bad time and memory performance of some processes.

User should be able to force clean all zero cells of an sparse VMatrix to avoid this problem.

Change History (2)

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

Resolution: fixed
Status: newclosed

New functions Drop and Pack of VMatrix can help to force maximum sparsity.
Here you can view an example of use

comment:2 Changed 16 years ago by Víctor de Buen Remiro

Milestone: BSR Numerical methods
Version: 1.1.7
Note: See TracTickets for help on using tickets.