Changeset 1291fb in git


Ignore:
Timestamp:
Sep 28, 2022, 4:31:57 PM (19 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1a37785181a3c20b0c2d1db76f9355209d66679c2341e9a29b5e640883aa44f912dd49b31e976e296386dd1edc45f589c6150f9bb200ee0e74fd6520
Parents:
f4ec64423689a548a41579f51b95d6c3aca3d0c2bdfe704abd8ff4020b3eed537d194f17fe5084a8
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-09-28 16:31:57+02:00
git-committer:
GitHub <noreply@github.com>2022-09-28 16:31:57+02:00
Message:
Merge pull request #1152 from fchapoton/patch-1

Update pfd.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/pfd.lib

    rf4ec644 r1291fb  
    99OVERVIEW:
    1010This Library implements an algorithm based on the work of E. K. Leinartas to
    11 write rational functions in mutiple variables as a sum of functions with
     11write rational functions in multiple variables as a sum of functions with
    1212\"smaller\" numerators and denominators.
    13 This can be used to shorten the IBP reduction coeffcients of multi-loop Feynman
     13This can be used to shorten the IBP reduction coefficients of multi-loop Feynman
    1414integrals. For this application,
    1515we also provide a procedure that applies the algorithm to all entries of a
     
    472472  }
    473473
    474   ideal q_denom = q[indices]; // factors occuring in the denominator
     474  ideal q_denom = q[indices]; // factors occurring in the denominator
    475475  matrix T;
    476476  ideal q_std = liftstd(q_denom,T);
Note: See TracChangeset for help on using the changeset viewer.