Name

qdip — inner product of QD vectors

Calling Sequence

z = qdip(x,y)

Parameters

x,y

QD vectors

z

QD number

Description

qdip(x,y)

returns an inner product of QD vectors x and y.

Examples


 x = qdrand(10,1)
 y = qdrand(10,1)
 z = qdip(x,y)
 
	

See Also

qd , qdrand

Authors

Copyright (C) 2011 - Tsubasa Saito