Handbook
Glossary
hdot ( u v -- x )
Vocabulary
math
.
vectors
Inputs
u
a
sequence
of
real
s
v
a
sequence
of
real
s
Outputs
x
a
real
Word description
Computes the Hermitian inner product of two vectors.
Definition
IN:
math.vectors
GENERIC:
hdot
( u v -- x )
Methods
USING:
kernel
math
math.functions
math.vectors
sequences
;
M:
object
hdot
[
conjugate
*
]
[
+
]
2map-reduce
;
inline