blas-0.6: Bindings to the BLAS librarySource codeContentsIndex
Data.Vector.Dense.ST
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Contents
The STVector data type
Description
Synopsis
data STVector s n e
runSTVector :: (forall s. ST s (STVector s n e)) -> Vector n e
unsafeIOVectorToSTVector :: IOVector n e -> STVector s n e
unsafeSTVectorToIOVector :: STVector s n e -> IOVector n e
module Data.Vector.Dense.Class
The STVector data type
data STVector s n e Source
show/hide Instances
runSTVector :: (forall s. ST s (STVector s n e)) -> Vector n eSource
unsafeIOVectorToSTVector :: IOVector n e -> STVector s n eSource
unsafeSTVectorToIOVector :: STVector s n e -> IOVector n eSource
module Data.Vector.Dense.Class
Produced by Haddock version 2.3.0