Changeset 4f3359 in git for Singular/LIB/kskernel.lib


Ignore:
Timestamp:
Jan 14, 2014, 6:58:18 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
15ccc4269c3f802e22fc3b36a686f3a62c27543476dcc5e28a3aa66a14ec19a637054a8986b03330a420d074ff5bd3733201265d961fa727930c578f
Parents:
3ec6eca5156711f5fab6a2d21c403e256f154188
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-14 18:58:18+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-14 18:58:36+01:00
Message:
add data types to procedures, p2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/kskernel.lib

    r3ec6eca r4f3359  
    103103
    104104//----------------------------- main program --------------------
    105 proc KSker (int p,q)
     105proc KSker (int p,int q)
    106106"USAGE:  KSker(int p,q); p,q relatively prime integers
    107107RETURN:  nothing; exports ring KSring, matrix KSkernel and list 'weights';
     
    327327
    328328//---------------------------- sub procedure ------------------
    329 proc seq(int p,q)
     329proc seq(int p,int q)
    330330// computes u,v such that 1<=u<=p-1, qu=1(mod p)
    331331//                        1<=v<=q-1, pv=1(mod q)
     
    464464}
    465465
    466 proc KScoef(int i,j,P,Q, list qq);
     466proc KScoef(int i,int j,int P,int Q, list qq);
    467467"USAGE:  KScoef(int i,j,P,Q, list qq);
    468468RETURN:  exports ring RC and number C within it. C is
Note: See TracChangeset for help on using the changeset viewer.