LinearSpace._inner

LinearSpace._inner(self, x1, x2)[source]

Return the inner product of x1 and x2.

This method is intended to be private. Public callers should resort to inner which is type-checked.