Changeset 526587 in git


Ignore:
Timestamp:
Jun 15, 2016, 3:59:30 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
25c3ce0a51208e9a9070c022c5d8c227d3147cd6
Parents:
4e8efe465b79538feee61084aaf549bc1aa93ba7
Message:
fix: URL (requires @texinfo)
Location:
Singular/LIB
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncfactor.lib

    r4e8efe4 r526587  
    77@*       Viktor Levandovskyy,     levandov@math.rwth-aachen.de
    88
    9 OVERVIEW: In this library, new methods for factorization on polynomials
     9OVERVIEW:
     10@texinfo
     11  In this library, new methods for factorization on polynomials
    1012  are implemented for three types of algebras, all generated by
    11    2*n, n in NN, generators (n'th Weyl, n'th shift and graded polynomials in n'th q-Weyl algebras)
    12    over a field K.
     13  2*n, n in NN, generators (n'th Weyl, n'th shift and graded polynomials in n'th q-Weyl algebras)
     14  over a field K.
    1315@* More detailled description of the algorithms and related publications can be found at
    14 @uref{https://cs.uwaterloo.ca/\~aheinle/}.
     16  @uref{https://cs.uwaterloo.ca/\~aheinle/}.
     17@end texinfo
    1518
    1619PROCEDURES:
  • Singular/LIB/polybori.lib

    r4e8efe4 r526587  
    5151
    5252
    53 NOTE: For using this library SINGULAR's @code{python} interface must be available
     53NOTE:
     54@texinfo
     55 For using this library SINGULAR's @code{python} interface must be available
    5456 on your system.
    5557 Please @code{./configure --with-python} when building SINGULAR for this purpose.
     
    7072@code{scons install PREFIX=$PBDIR PYINSTALLPREFIX=$PBDIR/python} @*
    7173@code{export PYTHONPATH=$PBDIR/python:$PYTHONPATH} @*
    72 
     74@end texinfo
    7375
    7476REFERENCES:
     77@texinfo
    7578See @uref{http://polybori.sf.net} for details about @code{PolyBoRi}.
     79@end texinfo
    7680
    7781PROCEDURES:
  • Singular/LIB/polymake.lib

    r4e8efe4 r526587  
    1919
    2020IMPORTANT NOTE:
     21@texinfo
    2122   Even though this is a Singular library for computing polytopes and fans
    2223   such as the Newton polytope or the Groebner fan of a polynomial, most of
    2324   the hard computations are NOT done by Singular but by the program
    2425@* - polymake by Ewgenij Gawrilow, TU Berlin and Michael Joswig, TU Darmstadt
    25 @*   (see @uref{http://www.polymake.org/}),
     26   (see @uref{http://www.polymake.org/}),
    2627@* respectively (only in the procedure triangulations) by the program
    2728@* - topcom by Joerg Rambau, Universitaet Bayreuth (see
    28 @*   @uref{http://www.rambau.wm.uni-bayreuth.de/TOPCOM/});
    29 @*   this library should rather be seen as an interface which allows to use a
    30      (very limited) number of options which polymake respectively topcom offers
    31      to compute with polytopes and fans and to make the results available in
    32      Singular for further computations;
    33      moreover, the user familiar with Singular does not have to learn the syntax
    34      of polymake or topcom, if the options offered here are sufficient for his
    35      purposes.
    36 @*   Note, though, that the procedures concerned with planar polygons are
    37      independent of both, polymake and topcom.
     29     @uref{http://www.rambau.wm.uni-bayreuth.de/TOPCOM/});
     30@* this library should rather be seen as an interface which allows to use a
     31   (very limited) number of options which polymake respectively topcom offers
     32   to compute with polytopes and fans and to make the results available in
     33   Singular for further computations;
     34   moreover, the user familiar with Singular does not have to learn the syntax
     35   of polymake or topcom, if the options offered here are sufficient for his
     36   purposes.
     37@* Note, though, that the procedures concerned with planar polygons are
     38   independent of both, polymake and topcom.
     39@end texinfo
    3840
    3941PROCEDURES USING POLYMAKE:
     
    123125         it therefore is necessary that this program is installed in order
    124126         to use this procedure;
    125          see @uref{http://www.polymake.org/}
     127         see http://www.polymake.org/
    126128@*    -  note that in the vertex edge graph we have changed the polymake
    127129         convention which starts indexing its vertices by zero while we start
     
    189191@*    -  the procedure calls for its computation polymake by Ewgenij Gawrilow,
    190192         TU Berlin and Michael Joswig, so it only works if polymake is installed;
    191          see @uref{http://www.polymake.org/}
     193         see http://www.polymake.org/
    192194EXAMPLE: example newtonPolytopeP;   shows an example"
    193195{
     
    296298           TU Berlin and Michael Joswig, so it only works if polymake is
    297299           installed;
    298            see @uref{http://www.polymake.org/}
     300           see http://www.polymake.org/
    299301@*       - in the optional argument # it is possible to hand over other names
    300302           for the variables to be used -- be careful, the format must be correct
     
    459461@*    - the procedure calls for its computation polymake by Ewgenij Gawrilow,
    460462        TU Berlin and Michael Joswig, so it only works if polymake is installed;
    461         see @uref{http://www.polymake.org/}
     463        see http://www.polymake.org/
    462464EXAMPLE: example groebnerFanP;   shows an example"
    463465{
     
    537539       from the program topcom by Joerg Rambau, Universitaet Bayreuth; it
    538540       therefore is necessary that this program is installed in order to use
    539        this  procedure; see
    540 @*     @uref{http://www.rambau.wm.uni-bayreuth.de/TOPCOM/});
     541       this  procedure; see http://www.rambau.wm.uni-bayreuth.de/TOPCOM/);
    541542@*   - if you only want to have the regular triangulations the procedure should
    542543       be called with the string 'regular' as optional argument
     
    745746      Bayreuth; it therefore is necessary that this program is installed in
    746747      order to use this procedure; see
    747 @*    @uref{http://www.rambau.wm.uni-bayreuth.de/TOPCOM/});
     748@*    http://www.rambau.wm.uni-bayreuth.de/TOPCOM/);
    748749EXAMPLE: example secondaryPolytope;   shows an example"
    749750{
     
    849850NOTE:- the procedure calls for its computation polymake by Ewgenij Gawrilow,
    850851       TU Berlin and Michael Joswig, so it only works if polymake is installed;
    851        see @uref{http://www.polymake.org/}
     852       see http://www.polymake.org/
    852853@*   - in the optional argument # it is possible to hand over other names for
    853854       the variables to be used -- be careful, the format must be correct and
     
    859860       Bayreuth; it therefore is necessary that this program is installed in
    860861       order to use this procedure; see
    861 @*     @uref{http://www.rambau.wm.uni-bayreuth.de/TOPCOM/});
     862@*     http://www.rambau.wm.uni-bayreuth.de/TOPCOM/);
    862863EXAMPLE: example secondaryFan;   shows an example"
    863864{
  • Singular/LIB/surfex.lib

    r4e8efe4 r526587  
    44info="
    55LIBRARY: surfex.lib      Procedures for visualizing and rotating surfaces.
    6 @*         It is still an alpha version (see http://www.AlgebraicSurface.net)
     6@texinfo
     7@*         It is still an alpha version (see @uref{http://www.AlgebraicSurface.net})
     8@end texinfo
    79AUTHOR: Oliver Labs
    810        This library uses the program surf
     
    1113
    1214NOTE:
     15@texinfo
    1316 This library requires the program surfex, surf and java to be installed.
    1417 The software is used for producing raytraced images of surfaces.
    15  You can download @code{surfex} from @url{http://www.surfex.AlgebraicSurface.net}
     18 You can download @code{surfex} from @ref{http://www.surfex.AlgebraicSurface.net}
     19 @end texinfo
    1620
    1721 surfex is a front-end for surf which aims to be easier to use than
Note: See TracChangeset for help on using the changeset viewer.