This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Commit 2fa81a7 1 parent d8eec2d commit 2fa81a7 Copy full SHA for 2fa81a7
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -398,13 +398,10 @@ cdef class LinearTensor(ModuleElement):
398
398
Coercion on left operand via
399
399
Coercion map:
400
400
From: Integer Ring
401
- To: Tensor product of Vector space of dimension 2 over Real
402
- Double Field and Linear functions over Real Double Field
401
+ To: Tensor product of Vector space of dimension 2 over Real Double Field and Linear functions over Real Double Field
403
402
Arithmetic performed after coercions.
404
- Result lives in Tensor product of Vector space of dimension 2 over
405
- Real Double Field and Linear functions over Real Double Field +
406
- Tensor product of Vector space of dimension 2 over Real Double Field and Linear
407
- functions over Real Double Field
403
+ Result lives in Tensor product of Vector space of dimension 2 over Real Double Field and Linear functions over Real Double Field
404
+ Tensor product of Vector space of dimension 2 over Real Double Field and Linear functions over Real Double Field
408
405
409
406
sage: operator.le(10, lt)
410
407
(10.0, 10.0) <= (1.0, 2.0)*x_0
You can’t perform that action at this time.
0 commit comments