#1143 Allow DenseVector with blocklevel!=1

Metadata

Property Value
Reported by Carsten Gräser (graeser@math.fu-berlin.de)
Reported at Jun 29, 2012 09:36
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All

Description

DenseVector provides generic implementations for vector arithmetics. However its use is fairly limited since it has a fixed blocklevel=1. It would be nice to also allow different block levels. Implementing this would basically amount in extracting and specializing dim() and the various norm methods.