carbon ~master (2016-11-08T03:28:07Z)
Home
Dub
Repo
carbon.simd
carbon
Members
Functions
cpxDotProduct
cfloat
cpxDotProduct
(
FastComplexArray
!(
float
,
4
)
a
,
FastComplexArray
!(
float
,
4
)
b
)
cpxDotProduct
cfloat
cpxDotProduct
(
in
Vector
!(
float
[
4
])[]
a
,
in
Vector
!(
float
[
4
])[]
b
)
a[0] <- [x.re, x.im, y.re, y.im] b[0] <- [z.re, z.im, w.re, w.im]
dotProduct
float
dotProduct
(
in
Vector
!(
float
[
4
])[]
a
,
in
Vector
!(
float
[
4
])[]
b
)
Meta
Source
See Source File
carbon
modules
actor
algorithm
channel
complex
event
functional
linear
math
memory
nonametype
quaternion
random
range
rational
simd
stream
templates
traits