Changeset a2cd284 in git
- Timestamp:
- Feb 26, 2018, 2:59:11 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- b9d0f4e0f7b6e8f0decd699cfc006460e37db330
- Parents:
- 6f2278a5287d160d9599ec5029ad32fed1c1b689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/fpalgebras.lib
r6f2278 ra2cd284 258 258 259 259 proc cgP2MM(int d) 260 "USAGE: cgP2 (d); d an integer260 "USAGE: cgP2MM(d); d an integer 261 261 RETURN: ring 262 262 NOTE: - the ring contains the ideal I, which contains the required relations … … 316 316 317 317 proc cgP2GG(int d) 318 "USAGE: cgP2 (d); d an integer318 "USAGE: cgP2GG(d); d an integer 319 319 RETURN: ring 320 320 NOTE: - the ring contains the ideal I, which contains the required relations … … 374 374 375 375 proc cgC2MM(int d) 376 "USAGE: cgC2 (d); d an integer376 "USAGE: cgC2MM(d); d an integer 377 377 RETURN: ring 378 378 NOTE: - the ring contains the ideal I, which contains the required relations … … 432 432 433 433 proc cgP4MM(int d) 434 "USAGE: cgP4 (d); d an integer434 "USAGE: cgP4MM(d); d an integer 435 435 RETURN: ring 436 436 NOTE: - the ring contains the ideal I, which contains the required relations … … 461 461 462 462 proc cgP4GM(int d) 463 "USAGE: cgP4 (d); d an integer463 "USAGE: cgP4GM(d); d an integer 464 464 RETURN: ring 465 465 NOTE: - the ring contains the ideal I, which contains the required relations … … 518 518 519 519 proc cgP31M(int d) 520 "USAGE: cgP3 (d); d an integer520 "USAGE: cgP31M(d); d an integer 521 521 RETURN: ring 522 522 NOTE: - the ring contains the ideal I, which contains the required relations … … 549 549 550 550 proc cgP3M1(int d) 551 "USAGE: cgP3 (d); d an integer551 "USAGE: cgP3M1(d); d an integer 552 552 RETURN: ring 553 553 NOTE: - the ring contains the ideal I, which contains the required relations … … 607 607 608 608 proc cgP6MM(int d) 609 "USAGE: cgP6 (d); d an integer609 "USAGE: cgP6MM(d); d an integer 610 610 RETURN: ring 611 611 NOTE: - the ring contains the ideal I, which contains the required relations
Note: See TracChangeset
for help on using the changeset viewer.