Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
h. ( u v -- x )
Vocabulary
math.vectors
Inputs and outputs
u
a sequence of real numbers
v
a sequence of real numbers
x
a real number
Word description
Computes the Hermitian inner product of two vectors.
Definition
IN:
math.vectors
GENERIC:
h.
( u v -- x )
Methods
USING:
kernel
math
math.functions
math.vectors
sequences
;
M:
object
h.
[
conjugate
*
]
[
+
]
2map-reduce
;
inline