Changeset a34bee4 in git


Ignore:
Timestamp:
Jun 17, 2014, 10:56:23 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
b3ec2db9a2eaa2004c35422bdd73135cf42fc5c8
Parents:
7e72f07c1f21abf5aa4e462a747d4a855c28c848
git-author:
Martin Lee <martinlee84@web.de>2014-06-17 22:56:23+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-18 16:07:43+02:00
Message:
chg: more changes to docu
Location:
factory
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • factory/cfModResultant.h

    r7e72f07 ra34bee4  
    44/** @file cfModResultant.h
    55 *
    6  * modular resultant algorithm as described by G.E. Collins in "The Calculation
     6 * modular resultant algorithm as described by G. E. Collins in "The Calculation
    77 * of multivariate polynomial resultants"
    88 *
  • factory/cf_factor.cc

    r7e72f07 ra34bee4  
    11/* emacs edit mode for this file is -*- C++ -*- */
    22
    3 /** docu
     3/**
    44 *
    55 * @file cf_factor.cc
  • factory/cf_hnf.cc

    r7e72f07 ra34bee4  
    11/* emacs edit mode for this file is -*- C++ -*- */
    22
    3 /** docu
     3/**
    44 *
    55 * @file cf_hnf.cc
  • factory/cf_inline.cc

    r7e72f07 ra34bee4  
    33/**
    44 *
    5  * @file cf_inline.cc - definition of configurable inline
     5 * @file cf_inline.cc
     6 *
     7 * definition of configurable inline
    68 *   `CanonicalForm' methods.
    79 *
  • factory/int_intdiv.cc

    r7e72f07 ra34bee4  
    11/* emacs edit mode for this file is -*- C++ -*- */
    22
    3 /** docu
     3/**
    44 *
    55 * @file int_intdiv.cc
     
    359359
    360360/**
    361  * docu: see CanonicalForm::divremt(), InternalInteger::divremcoefft()
     361 * @sa CanonicalForm::divremt(), InternalInteger::divremcoefft()
    362362**/
    363363bool
     
    369369
    370370/**
    371  * docu: see CanonicalForm::divremt(), InternalInteger::divremsamet()
     371 * @sa CanonicalForm::divremt(), InternalInteger::divremsamet()
    372372**/
    373373bool
Note: See TracChangeset for help on using the changeset viewer.