Skip to content

Commit 41b3441

Browse files
committed
Document + and - methods for Vector & Number/RingElement
1 parent a71f125 commit 41b3441

File tree

1 file changed

+8
-0
lines changed
  • M2/Macaulay2/packages/Macaulay2Doc

1 file changed

+8
-0
lines changed

M2/Macaulay2/packages/Macaulay2Doc/doc.m2

+8
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ document {
196196
(symbol +, Number, Constant),
197197
(symbol +, Number, InfiniteNumber),
198198
(symbol +, Number, Matrix),
199+
(symbol +, Number, Vector),
199200
(symbol +, ProjectiveHilbertPolynomial, ProjectiveHilbertPolynomial),
200201
(symbol +, ProjectiveHilbertPolynomial, ZZ),
201202
(symbol +, QQ),
@@ -219,7 +220,10 @@ document {
219220
(symbol +, RingElement, GradedModuleMap),
220221
(symbol +, RingElement, Matrix),
221222
(symbol +, RingElement, RingElement),
223+
(symbol +, RingElement, Vector),
222224
(symbol +, Vector),
225+
(symbol +, Vector, Number)
226+
(symbol +, Vector, RingElement),
223227
(symbol +, Vector, Vector),
224228
(symbol +, ZZ),
225229
(symbol +, ZZ, CC),
@@ -287,6 +291,7 @@ document {
287291
(symbol -, Number, Constant),
288292
(symbol -, Number, InfiniteNumber),
289293
(symbol -, Number, Matrix),
294+
(symbol -, Number, Vector),
290295
(symbol -, ProjectiveHilbertPolynomial),
291296
(symbol -, ProjectiveHilbertPolynomial, ProjectiveHilbertPolynomial),
292297
(symbol -, ProjectiveHilbertPolynomial, ZZ),
@@ -312,6 +317,9 @@ document {
312317
(symbol -, RingElement, GradedModuleMap),
313318
(symbol -, RingElement, Matrix),
314319
(symbol -, RingElement, RingElement),
320+
(symbol -, RingElement, Vector),
321+
(symbol -, Vector, Number),
322+
(symbol -, Vector, RingElement),
315323
(symbol -, Vector, Vector),
316324
(symbol -, ZZ),
317325
(symbol -, ZZ, CC),

0 commit comments

Comments
 (0)