Skip to contents

Computes the negative inner product between two same-sized lists.

Usage

list_negative_inner_product(list1, list2)

Arguments

list1, list2

FLOAT[] | DOUBLE[]

Value

FLOAT | DOUBLE

SQL examples

list_negative_inner_product([1, 2, 3], [1, 2, 3])