Hi:
I would love it if there was a vector data type in postgresql along with such vector operations as addition, subtraction, scalar multiplication, cross product, dot product, normalization, length and various sorts of vector distances. So far I have been feeding my float arrays to plpython3u to do these kinds of operations. Is there a better way I can get this functionality?
Celia McInnis