Changeset bbf49b8 in git for Singular/LIB/phindex.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/phindex.lib

    r112fd15 rbbf49b8  
    2828
    2929/////////////////////////////////////////////////////////////////////////////
    30 proc signatureL(M,int #)
     30proc signatureL(matrix M,int #)
    3131"USAGE:    signatureL(M[,r]); M symmetric matrix, r int (optional).
    3232RETURN:   the signature of M of type int or if r is given and !=0 then
     
    9696}
    9797////////////////////////////////////////////////////////////////////////
    98 proc signatureLqf(h,int #)
     98proc signatureLqf(poly h,int #)
    9999"USAGE:    signatureLqf(h); h quadratic form (poly type).
    100100RETURN:   the signature of h of type int or if r is given and !=0 then
     
    224224}
    225225/////////////////////////////////////////////////////////////////////////////
    226 proc PH_ais(I)
     226proc PH_ais(def I)
    227227"USAGE:    PH_ais(I); I ideal of coordinates of the vector field.
    228228RETURN:   the Poincare-Hopf index of type int.
     
    347347}
    348348///////////////////////////////////////////////////////////////////////////
    349 proc PH_nais(I)
     349proc PH_nais(def I)
    350350"USAGE:    PH_nais(I); I ideal of coordinates of the vector field.
    351351RETURN:   the Poincare-Hopf index of type int.
Note: See TracChangeset for help on using the changeset viewer.