NumpyTensorSpaceArrayWeighting.inner¶
- NumpyTensorSpaceArrayWeighting.inner(x1, x2)[source]¶
Return the weighted inner product of
x1
andx2
.- Parameters:
- x1, x2
NumpyTensor
Tensors whose inner product is calculated.
- x1, x2
- Returns:
- innerfloat or complex
The inner product of the two provided vectors.