Skip to content

jaxdf.operators.linear_algebra

dot_product

Returns the dot product $u \cdot v$ between two vector fields $u$ and $v$.

Concrete implementations:

dot_product(x: 'OnGrid', y: 'OnGrid', *, params = None)

Computes the dot product of two fields.