Opened 15 years ago
Closed 15 years ago
#787 closed task (fixed)
Automated conversion between diferent sub-types of VMatrix
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Math | Version: | |
Severity: | blocker | Keywords: | |
Cc: |
Description
Almost all functions of VMatrix can work with different internal storing main sub-types: dense, sparse or triplet
The optimal sub-types can be different depending on the operations we want to apply.
Some methods returns the best sub-type according with internal or parametric criterium but it's needed a generic way to convert a given virtual matrix to the optimal storing.
Note: See
TracTickets for help on using
tickets.
(In [1730]) Fixes #787