TensorProductProperty(R, M, N, MxN, S)ΒΆ
tensor.spad line 37 [edit on github]
M: Module R
N: Module R
MxN: TensorProductCategory(R, M, N)
S: Module R
Universal property of tensor products.
- eval: (MxN, (M, N) -> S) -> S
eval(x, f)
evaluates the bivariate functionf
linearly on the tensor product.