V. ( x y -- x.y )
Basic Linear Algebra Subroutines (BLAS) interface » BLAS interface vector operations

Prev:V- ( x y -- x-y )
Next:V.conj ( x y -- xconj.y )


Vocabulary
math.blas.vectors

Inputs
xa blas-vector-base
ya blas-vector-base


Outputs
x.ya number


Word description
Calculate the inner product x⋅y. Corresponds to the xDOT and xDOTU routines in BLAS.

See also
n*V(*)V+M!, n*V(*)Vconj+M!, n*V(*)V+M, n*V(*)Vconj+M, n*V(*)V, n*V(*)Vconj, V(*), V(*)conj, V.conj

Definition


Methods