-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Conversion between storablevector and carray
--   
--   Conversion from and to strict storable vectors and c-arrays. This
--   allows you to apply Fast Fourier Transform from the <tt>fft</tt>
--   package to storablevectors.
@package storablevector-carray
@version 0.0

module Data.StorableVector.CArray
to :: (Storable e) => Vector e -> CArray Int e
from :: (Storable e) => CArray Int e -> Vector e
