Changeset 906458 in git for Singular/LIB/linalg.lib


Ignore:
Timestamp:
Apr 7, 2009, 6:18:06 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5d98f437864469b655868be585350eeb57da2863
Parents:
2ae96e40fc5453bcb155aec76d376d79dd549cbe
Message:
removed some docu errors prior to release 3-1-0


git-svn-id: file:///usr/local/Singular/svn/trunk@11638 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/linalg.lib

    r2ae96e r906458  
    11//GMG last modified: 04/25/2000
    22//////////////////////////////////////////////////////////////////////////////
    3 version="$Id: linalg.lib,v 1.39 2006-07-24 14:06:05 Singular Exp $";
     3version="$Id: linalg.lib,v 1.40 2009-04-07 16:18:05 seelisch Exp $";
    44category="Linear Algebra";
    55info="
     
    14761476"USAGE:   spnf(list(a[,m])); ideal a, intvec m
    14771477ASSUME:  ncols(a)==size(m)
    1478 RETURN:  order a[i] with multiplicity m[i] lexicographically
     1478RETURN:  list l:
     1479            l[1] an ideal, the generators of a; sorted and with multiple entries displayed only once@*
     1480            l[2] and intvec, l[2][i] provides the multiplicity of l[1][i]
    14791481EXAMPLE: example spnf; shows examples
    14801482"
     
    15971599
    15981600proc spprint(list sp)
    1599 "USAGE:   spprint(sp); list sp (helper routine for spnf, gmssing.lib)
     1601"USAGE:   spprint(sp); list sp (helper routine for spnf)
    16001602RETURN:  string s;  spectrum sp
    16011603EXAMPLE: example spprint; shows examples
Note: See TracChangeset for help on using the changeset viewer.