Say I have 2 complex (normalized) column vectors x and y in C^N:
The standard dot product <x,y> = x*y (where * denotes conjugate transpose) gives me a "measure of orthogonality" of the two vectors.
Now the bilinear product (c,y) = x'y (' denotes transpose) seems to give another "measure of...