Changeset a2cd284 in git for Singular/LIB/fpalgebras.lib


Ignore:
Timestamp:
Feb 26, 2018, 2:59:11 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b9d0f4e0f7b6e8f0decd699cfc006460e37db330
Parents:
6f2278a5287d160d9599ec5029ad32fed1c1b689
Message:
Fix doc for cg groups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpalgebras.lib

    r6f2278 ra2cd284  
    258258
    259259proc cgP2MM(int d)
    260 "USAGE: cgP2(d); d an integer
     260"USAGE: cgP2MM(d); d an integer
    261261RETURN: ring
    262262NOTE: - the ring contains the ideal I, which contains the required relations
     
    316316
    317317proc cgP2GG(int d)
    318 "USAGE: cgP2(d); d an integer
     318"USAGE: cgP2GG(d); d an integer
    319319RETURN: ring
    320320NOTE: - the ring contains the ideal I, which contains the required relations
     
    374374
    375375proc cgC2MM(int d)
    376 "USAGE: cgC2(d); d an integer
     376"USAGE: cgC2MM(d); d an integer
    377377RETURN: ring
    378378NOTE: - the ring contains the ideal I, which contains the required relations
     
    432432
    433433proc cgP4MM(int d)
    434 "USAGE: cgP4(d); d an integer
     434"USAGE: cgP4MM(d); d an integer
    435435RETURN: ring
    436436NOTE: - the ring contains the ideal I, which contains the required relations
     
    461461
    462462proc cgP4GM(int d)
    463 "USAGE: cgP4(d); d an integer
     463"USAGE: cgP4GM(d); d an integer
    464464RETURN: ring
    465465NOTE: - the ring contains the ideal I, which contains the required relations
     
    518518
    519519proc cgP31M(int d)
    520 "USAGE: cgP3(d); d an integer
     520"USAGE: cgP31M(d); d an integer
    521521RETURN: ring
    522522NOTE: - the ring contains the ideal I, which contains the required relations
     
    549549
    550550proc cgP3M1(int d)
    551 "USAGE: cgP3(d); d an integer
     551"USAGE: cgP3M1(d); d an integer
    552552RETURN: ring
    553553NOTE: - the ring contains the ideal I, which contains the required relations
     
    607607
    608608proc cgP6MM(int d)
    609 "USAGE: cgP6(d); d an integer
     609"USAGE: cgP6MM(d); d an integer
    610610RETURN: ring
    611611NOTE: - the ring contains the ideal I, which contains the required relations
Note: See TracChangeset for help on using the changeset viewer.