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

Prev:V. ( x y -- x.y )
Next:svector{


Vocabulary
math.blas.vectors

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


Outputs
xconj.ya number


Word description
Calculate the conjugate inner product x̅⋅y. Corresponds to the xDOTC 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.

Definition


Methods