Changeset cbdc04e in git


Ignore:
Timestamp:
Apr 15, 2009, 10:10:22 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
53d60102bd2783ee18da3cc37f7289c4297d5d76
Parents:
f3a0464c8ff10fbe61fd85623262157e8aa44243
Message:
*hannes: formating


git-svn-id: file:///usr/local/Singular/svn/trunk@11708 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/polymake.lib

    rf3a046 rcbdc04e  
    1 version="$Id: polymake.lib,v 1.15 2009-04-14 12:00:14 Singular Exp $";
     1version="$Id: polymake.lib,v 1.16 2009-04-15 08:08:58 Singular Exp $";
    22category="Tropical Geometry";
    33info="
     
    3232
    3333PROCEDURES USING POLYMAKE:
    34   polymakePolytope   computes the vertices of a polytope using polymake
    35   newtonPolytope     computes the Newton polytope of a polynomial
    36   newtonPolytopeLP   computes the lattice points of the Newton polytope
    37   normalFan          computes the normal fan of a polytope
    38   groebnerFan        computes the Groebner fan of a polynomial
    39   intmatToPolymake   transforms an integer matrix into polymake format
    40   polymakeToIntmat   transforms polymake output into an integer matrix
     34  polymakePolytope()   computes the vertices of a polytope using polymake
     35  newtonPolytope()     computes the Newton polytope of a polynomial
     36  newtonPolytopeLP()   computes the lattice points of the Newton polytope
     37  normalFan()          computes the normal fan of a polytope
     38  groebnerFan()        computes the Groebner fan of a polynomial
     39  intmatToPolymake()   transforms an integer matrix into polymake format
     40  polymakeToIntmat()   transforms polymake output into an integer matrix
    4141
    4242PROCEDURES USING TOPCOM:
    43   triangulations     computes all triangulations of a marked polytope
    44   secondaryPolytope  computes the secondary polytope of a marked polytope
     43  triangulations()     computes all triangulations of a marked polytope
     44  secondaryPolytope()  computes the secondary polytope of a marked polytope
    4545
    4646PROCEDURES USING POLYMAKE AND TOPCOM:
    47   secondaryFan       computes the secondary fan of a marked polytope
     47  secondaryFan()       computes the secondary fan of a marked polytope
    4848
    4949PROCEDURES CONCERNED WITH PLANAR POLYGONS:
    50   cycleLength      computes the cycleLength of cycle
    51   splitPolygon     splits a marked polygon into vertices, facets, interior points
    52   eta              computes the eta-vector of a triangulation
    53   findOrientedBoundary    computes the boundary of a convex hull
    54   cyclePoints      computes lattice points connected to some lattice point
    55   latticeArea      computes the lattice area of a polygon
    56   picksFormula     computes the ingrediants of Pick's formula for a polygon
    57   ellipticNF       computes the normal form of an elliptic polygon
    58   ellipticNFDB     displays the 16 normal forms of elliptic polygons
     50  cycleLength()      computes the cycleLength of cycle
     51  splitPolygon()     splits a marked polygon into vertices, facets, interior points
     52  eta()              computes the eta-vector of a triangulation
     53  findOrientedBoundary()    computes the boundary of a convex hull
     54  cyclePoints()      computes lattice points connected to some lattice point
     55  latticeArea()      computes the lattice area of a polygon
     56  picksFormula()     computes the ingrediants of Pick's formula for a polygon
     57  ellipticNF()       computes the normal form of an elliptic polygon
     58  ellipticNFDB()     displays the 16 normal forms of elliptic polygons
    5959
    6060AUXILARY PROCEDURES:
    61   polymakeKeepTmpFiles  determines if the files created in /tmp should be kept
     61  polymakeKeepTmpFiles()  determines if the files created in /tmp should be kept
    6262
    6363KEYWORDS:    polytope; fan; secondary fan; secondary polytope; polymake;
  • Singular/LIB/primdec.lib

    rf3a046 rcbdc04e  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: primdec.lib,v 1.146 2009-04-15 07:41:50 Singular Exp $";
     2version="$Id: primdec.lib,v 1.147 2009-04-15 08:10:22 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    53925392         Otherwise, the system tries to find an optimal ordering,
    53935393         which in some cases may considerably speed up the algorithm. @*
    5394          Due to a bug in the factorization, the result may be not completely
    5395          decomposed in small characteristic.
    53965394EXAMPLE: example minAssChar; shows an example
    53975395"
  • doc/NEWS.texi

    rf3a046 rcbdc04e  
    11@comment -*-texinfo-*-
    2 @comment $Id: NEWS.texi,v 1.130 2009-04-14 17:20:17 Singular Exp $
     2@comment $Id: NEWS.texi,v 1.131 2009-04-15 08:08:42 Singular Exp $
    33@comment this file contains the News about Singular versions
    44@comment Unix
     
    329329the 2-1 pre-release series).
    330330
    331 @heading Factorizing algorithms revisited
     331@heading Factorizing algorithms revisited (3-0-0)
    332332Starting with version 2-0-4, we use NTL (of Victor Shoup) for factoring
    333333univariate polynomials. The multivariate factorization code in libfac/factory
    334334now also works over algebraic field extension.
    335335
    336 @heading New @sc{Singular} libraries
     336@heading New @sc{Singular} libraries (3-0-0)
    337337
    338338@table @asis
     
    359359@end table
    360360
    361 @heading Changes in @sc{Singular} libraries
     361@heading Changes in @sc{Singular} libraries (3-0-0)
    362362Many procedures were moved into different libraries,
    363363the documentation of libraries was generally improved.
     
    368368@end table
    369369
    370 @heading New @sc{Singular} functions
     370@heading New @sc{Singular} functions (3-0-0)
    371371
    372372@table @asis
     
    383383@end table
    384384
    385 @heading @sc{Singular} functions whose syntax/semantics has changed
     385@heading @sc{Singular} functions whose syntax/semantics has changed (3-0-0)
    386386@table @asis
    387387@item @nref{degree}
     
    391391@end table
    392392
    393 @heading Non-commutative Extension @sc{Plural}
     393@heading Non-commutative Extension @sc{Plural} (3-0-0)
    394394
    395395Starting with version 3-0-0, @sc{Singular} features the
     
    420420@end table
    421421
    422 @heading Internal Changes
     422@heading Internal Changes (3-0-0)
    423423@table @asis
    424424@item new mapping code
Note: See TracChangeset for help on using the changeset viewer.