ProductSpaceArrayWeighting.inner
- ProductSpaceArrayWeighting.inner(x1, x2)[source]
Calculate the array-weighted inner product of two elements.
Parameters
- x1, x2
ProductSpaceElement Elements whose inner product is calculated.
Returns
- innerfloat or complex
The inner product of the two provided elements.
- x1, x2