module Data.Packed.Vector (
Vector,
fromList, (|>), toList, buildVecto..
) where
This provides the Vector type, but not any of its constructors.
Your instance declaration has been fixed:
instance Functor Vector where
fmap = V.map
(, import Vector as V, , Vector ).
: , , . hmatrix mapVector V.map.
EDIT_ 2. , hmatrix , Matrix Vector Storeable.