Changeset 6b7c77b in git


Ignore:
Timestamp:
Dec 15, 2020, 2:49:47 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a051949e3929e3ee626da1ee764c43e035dc392d
Parents:
7c15233a2f5212076bf0f513bf775434164654c5
Message:
fix: doc generation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/interval.lib

    r7c1523 r6b7c77b  
    3636
    3737PROCEDURES:
    38 length                  length/size if interval
    39 bounds                  construct interval for given bounds.
    40 
    41 intervalmatrixInit      initialises an interval matrix
    42 unitMatrix              unit matrix
    43 applyMatrix             apply matrix to box
    44 ivmatGaussian           Gaussian elimination on matrices
    45 
    46 evalPolyAtBox           evaluate interval extension of polynomial
    47 exclusionTest           first version of our exclusion test
     38length()                length/size if interval
     39bounds()                construct interval for given bounds.
     40
     41intervalmatrixInit()   initialises an interval matrix
     42unitMatrix()            unit matrix
     43applyMatrix()           apply matrix to box
     44ivmatGaussian()         Gaussian elimination on matrices
     45
     46evalPolyAtBox()         evaluate interval extension of polynomial
     47exclusionTest()         first version of our exclusion test
    4848";
    4949///////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.