Weighting.inner

Weighting.inner(self, x1, x2)[source]

Return the inner product of two elements.

Parameters
x1, x2LinearSpaceElement

Elements whose inner product is calculated.

Returns
innerfloat or complex

The inner product of the two provided elements.