Feldspar.Vector.Internal

Types

data Vector a

type Vector1 a

type Vector2 a

Construction/conversion

indexed

segments

length

mergeSegments

freezeVector

thawVector

thawVector'

Operations

newLen

(++)

take

drop

splitAt

head

last

tail

init

tails

inits

inits1

permute'

permute

reverse

rotateVecL

rotateVecR

replicate

enumFromTo

enumFrom

(...)

map

zip

zip3

zip4

zip5

unzip

unzip3

unzip4

unzip5

zipWith

zipWith3

zipWith4

zipWith5

fold

fold1

sum

maximum

minimum

scalarProd

tVec

tVec1

tVec2