Changeset bbf49b8 in git for Singular/LIB/random.lib


Ignore:
Timestamp:
Jan 15, 2014, 4:49:05 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
538c8cd688adf1bd3fa4ae496c26a69ae0abe8b1
Parents:
112fd151f309f96d3629bc82576ad75cef64eb2c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-15 16:49:05+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-15 16:49:20+01:00
Message:
add data types to procedures, p3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/random.lib

    r112fd15 rbbf49b8  
    2626///////////////////////////////////////////////////////////////////////////////
    2727
    28 proc genericid (id, list #)
     28proc genericid (def id, list #)
    2929"USAGE:   genericid(id[,p,b]);  id ideal/module, p,b integers
    3030RETURN:  system of generators of id which are generic, sparse, triagonal linear
     
    5454///////////////////////////////////////////////////////////////////////////////
    5555
    56 proc randomid (id, list #)
     56proc randomid (def id, list #)
    5757"USAGE:   randomid(id[,k,b]);  id ideal/module, b,k integers
    5858RETURN:  ideal/module having k generators which are random linear combinations
Note: See TracChangeset for help on using the changeset viewer.