Changeset 058c1d in git


Ignore:
Timestamp:
Jan 7, 2013, 2:19:29 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5275c0ef15d708a9ad7d1d17c29af6421d2b2ed6
Parents:
b962395fa1135487498e89dcab8bd9672d1dc415
git-author:
Martin Lee <martinlee84@web.de>2013-01-07 14:19:29+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-05-02 11:42:34+02:00
Message:
chg: documentation
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_absfact.cc

    rb962395 r058c1d  
    22 * Computer Algebra System SINGULAR
    33\*****************************************************************************/
    4 /** @file facMul.cc
    5  *
    6  * This file implements functions for fast multiplication and division with
    7  * remainder
     4/** @file facAbsFact.cc
    85 *
    96 * @author Martin Lee
  • factory/fac_absfact.h

    rb962395 r058c1d  
    22 * Computer Algebra System SINGULAR
    33\*****************************************************************************/
    4 /** @file cfModResultant.h
     4/** @file facAbsFact.h
    55 *
    6  * modular resultant algorithm as described by G.E. Collins in "The Calculation
    7  * of multivariate polynomial resultants"
     6 * bivariate absolute factorization over Q described in "Modular Las Vegas
     7 * Algorithms for Polynomial Absolute Factorization" by Bertone, ChÚze, Galligo
    88 *
    99 * @author Martin Lee
Note: See TracChangeset for help on using the changeset viewer.