qdip — inner product of QD vectors
z = qdip(x,y)
QD vectors
QD number
returns an inner product of QD vectors x and y.
x = qdrand(10,1) y = qdrand(10,1) z = qdip(x,y)