MatrixWeighting.inner¶
- MatrixWeighting.inner(x1, x2)¶
Return the inner product of two elements.
- Parameters:
- x1, x2
LinearSpaceElement
Elements whose inner product is calculated.
- x1, x2
- Returns:
- innerfloat or complex
The inner product of the two provided elements.