#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
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Milestone: | → BSR Numerical methods |
---|---|
Version: | → 1.1.7 |
Note: See
TracTickets for help on using
tickets.
New functions Drop and Pack of VMatrix can help to force maximum sparsity.
Here you can view an example of use