Changeset 268a430 in git for Singular/LIB


Ignore:
Timestamp:
Sep 29, 2010, 9:56:05 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
c07915692fab701990e51b29d157005740832cb5
Parents:
f27ab81188b33e30c0100dac95bb6a7936819c94
Message:
format fix

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/resolve.lib

    rf27ab81 r268a430  
    88@*        G. Pfister,           pfister@mathematik.uni-kl.de
    99
    10 MAIN PROCEDURES:
     10PROCEDURES:
    1111 blowUp(J,C[,W,E]) computes the blowing up of the variety V(J) (considered
    1212                   as embedded in V(W)) in the (smooth) center V(C),
     
    1616 resolve(J)        computes the desingularization of the variety V(J)
    1717
    18 PROCEDURES FOR PRETTY PRINTING OF OUTPUT:
    1918 showBO(BO)      prints the content of a BO in more human readable form
    2019 presentTree(L)  prints the final charts in more human readable form
    2120 showDataTypes() prints help text for output data types
    2221
    23 AUXILLARY PROCEDURES:
    2422 blowUpBO(BO,C)  computes the blowing up of the variety V(BO[1]) in the
    2523                 center V(C). BO is a list (basic object), C is an ideal
     
    12431241}
    12441242//////////////////////////////////////////////////////////////////////////////
    1245 static
    1246 proc slocusE(ideal i)
     1243static proc slocusE(ideal i)
    12471244"Internal procedure - no help and no example available
    12481245"
     
    12641261}
    12651262///////////////////////////////////////////////////////////////////////////////
    1266 static
    1267 proc inters_E(list BO)
     1263static proc inters_E(list BO)
    12681264"USAGE:  inters_E(BO);
    12691265@*       BO = basic object, a list: ideal W,
     
    17501746
    17511747//////////////////////////////////////////////////////////////////////////////
    1752 static
    1753 proc redMax(int k,ideal J)
     1748static proc redMax(int k,ideal J)
    17541749"Internal procedure - no help and no example available
    17551750"
     
    17661761
    17671762//////////////////////////////////////////////////////////////////////////////
    1768 static
    1769 proc findMinor(ideal W)
     1763static proc findMinor(ideal W)
    17701764"Internal procedure - no help and no example available
    17711765"
     
    18371831
    18381832/////////////////////////////////////////////////////////////////////////////
    1839 static
    1840 proc indexSet(int a, int b)
     1833static proc indexSet(int a, int b)
    18411834"Internal procedure - no help and no example available
    18421835"
     
    21332126
    21342127/////////////////////////////////////////////////////////////////////////////
    2135 static
    2136 proc invGreater(intmat M1, intmat M2, intvec iv1, intvec iv2)
     2128static proc invGreater(intmat M1, intmat M2, intvec iv1, intvec iv2)
    21372129{
    21382130// Auxilliary procedure, BM-algorithm
     
    22532245
    22542246/////////////////////////////////////////////////////////////////////////////
    2255 static
    2256 proc deleteInt(intvec v,int i,int ini)
     2247static proc deleteInt(intvec v,int i,int ini)
    22572248{
    22582249//!!! Should be in kernel of Singular
     
    22682259}
    22692260/////////////////////////////////////////////////////////////////////////////
    2270 static
    2271 proc concatInt(intmat A, intmat B)
     2261static proc concatInt(intmat A, intmat B)
    22722262{
    22732263//!!! Should be in kernel of Singular
     
    29182908}
    29192909//////////////////////////////////////////////////////////////////////////////
    2920 static
    2921 proc CoverCenter(list BO,int b, ideal Jb)
     2910static proc CoverCenter(list BO,int b, ideal Jb)
    29222911{
    29232912//----------------------------------------------------------------------------
     
    31023091}
    31033092//////////////////////////////////////////////////////////////////////////////
    3104 static
    3105 proc SpecialCoeff(list BO,int b,poly f)
     3093static proc SpecialCoeff(list BO,int b,poly f)
    31063094{
    31073095//----------------------------------------------------------------------------
     
    31343122
    31353123//////////////////////////////////////////////////////////////////////////////
    3136 static
    3137 proc DropCoeff(list BO)
     3124static proc DropCoeff(list BO)
    31383125"Internal procedure - no help and no example available
    31393126"
     
    32003187
    32013188//////////////////////////////////////////////////////////////////////////////
    3202 static
    3203 proc DropRedundant(list BO,list E)
     3189static proc DropRedundant(list BO,list E)
    32043190"Internal procedure - no help and no example available
    32053191"
     
    34023388}
    34033389//////////////////////////////////////////////////////////////////////////////
    3404 static
    3405 proc transversalT(ideal J, list E,list #)
     3390static proc transversalT(ideal J, list E,list #)
    34063391"Internal procedure - no help and no example available
    34073392"
     
    34543439}
    34553440///////////////////////////////////////////////////////////////////////////////
    3456 static
    3457 proc transversalTB(ideal J, list E,ideal V)
     3441static proc transversalTB(ideal J, list E,ideal V)
    34583442"Internal procedure - no help and no example available
    34593443"
     
    34953479}
    34963480///////////////////////////////////////////////////////////////////////////////
    3497 static
    3498 proc powerI(ideal I,int n,int m)
     3481static proc powerI(ideal I,int n,int m)
    34993482{
    35003483//--- compute (n!/m)-th power of I, more efficient variant
     
    35343517
    35353518///////////////////////////////////////////////////////////////////////////////
    3536 static
    3537 proc Coeff(list BO, int b, list #)
     3519static proc Coeff(list BO, int b, list #)
    35383520"USAGE:  Coeff (BO);
    35393521@*       BO = basic object, a list: ideal W,
     
    37413723}
    37423724//////////////////////////////////////////////////////////////////////////////
    3743 static
    3744 proc goodChoice(list BO, poly p)
     3725static proc goodChoice(list BO, poly p)
    37453726"Internal procedure - no help and no example available
    37463727"
     
    38783859}
    38793860//////////////////////////////////////////////////////////////////////////////
    3880 static
    3881 proc max(int i,int j)
     3861static proc max(int i,int j)
    38823862"Internal procedure - no help and no example available
    38833863"
     
    38883868}
    38893869//////////////////////////////////////////////////////////////////////////////
    3890 static
    3891 proc min(int i,int j)
     3870static proc min(int i,int j)
    38923871"Internal procedure - no help and no example available
    38933872"
     
    47154694
    47164695//////////////////////////////////////////////////////////////////////////
    4717 static
    4718 proc testRes(ideal J,list L,int loca)
     4696static proc testRes(ideal J,list L,int loca)
    47194697"Internal procedure - no help and no example available
    47204698"
     
    48094787}
    48104788//////////////////////////////////////////////////////////////////////////////
    4811 static
    4812 proc testBlowUp(list BO,ideal cent,list tmpList, int j, int extra)
     4789static proc testBlowUp(list BO,ideal cent,list tmpList, int j, int extra)
    48134790{
    48144791   def R=basering;
     
    48634840}
    48644841//////////////////////////////////////////////////////////////////////////////
    4865 static
    4866 proc normalCross(list E,list #)
     4842static proc normalCross(list E,list #)
    48674843"Internal procedure - no help and no example available
    48684844"
     
    49914967}
    49924968//////////////////////////////////////////////////////////////////////////////
    4993 static
    4994 proc normalCrossB(ideal J,list E,ideal V)
     4969static proc normalCrossB(ideal J,list E,ideal V)
    49954970"Internal procedure - no help and no example available
    49964971"
     
    50675042}
    50685043//////////////////////////////////////////////////////////////////////////////
    5069 static
    5070 proc norC(list BO,ideal cent)
     5044static proc norC(list BO,ideal cent)
    50715045"Internal procedure - no help and no example available
    50725046"
     
    50835057}
    50845058//////////////////////////////////////////////////////////////////////////////
    5085 static
    5086 proc specialReduce(ideal I,ideal J,poly p)
     5059static proc specialReduce(ideal I,ideal J,poly p)
    50875060{
    50885061   matrix M;
Note: See TracChangeset for help on using the changeset viewer.