LIST_NEGATIVE_INNER_PRODUCT
list_negative_inner_product(list1, list2)
Section titled “list_negative_inner_product(list1, list2)”- list1: FLOAT[]
- list2: FLOAT[]
Example
Section titled “Example”SELECT list_negative_inner_product([1, 2, 3], [1, 2, 3]);SELECT list_negative_inner_product([1, 2, 3], [1, 2, 3]);