Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
computeVectorS :: Load r1 sh e => Array r1 sh e -> Array V sh erepa Data.Array.Repa.Repr.Vector Sequential computation of array elements.
- This is an alias for compute with a more specific type.
fromListVector :: Shape sh => sh -> [a] -> Array V sh arepa Data.Array.Repa.Repr.Vector O(n). Convert a list to a boxed vector array.
- This is an alias for fromList with a more specific type.
fromVector :: sh -> Vector e -> Array V sh erepa Data.Array.Repa.Repr.Vector O(1). Wrap a boxed vector as an array.
toVector :: Array V sh e -> Vector erepa Data.Array.Repa.Repr.Vector O(1). Unpack a boxed vector from an array.
negateVector :: VectorSpace v a => v -> vsimple-affine-space Data.VectorSpace Vector negation. Addition with a negated vector should be same as subtraction.
zeroVector :: VectorSpace v a => vsimple-affine-space Data.VectorSpace Vector with no magnitude (unit for addition).
volumeVectorEuclidean :: (C y yv, C y, C u) => SignalRateInd rate u y yv -> T u ysynthesizer-dimensional Synthesizer.Dimensional.Amplitude.Analysis Volume based on Energy norm.
volumeVectorMaximum :: (C y yv, Ord y, C u) => SignalRateInd rate u y yv -> T u ysynthesizer-dimensional Synthesizer.Dimensional.Amplitude.Analysis Volume based on Manhattan norm.
volumeVectorSum :: (C y yv, C y, C u) => SignalRateInd rate u y yv -> T u ysynthesizer-dimensional Synthesizer.Dimensional.Amplitude.Analysis Volume based on Sum norm.
constantVector :: T u y -> yv -> R s u y yvsynthesizer-dimensional Synthesizer.Dimensional.Amplitude.Control The amplitude must be positive! This is not checked.