Changeset 7b4793 in git


Ignore:
Timestamp:
Jun 18, 2014, 12:30:11 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cadf9ef6b966396e17f1f8a66576e0f3536fef92
Parents:
b3ec2db9a2eaa2004c35422bdd73135cf42fc5c8
git-author:
Martin Lee <martinlee84@web.de>2014-06-18 12:30:11+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-18 16:07:43+02:00
Message:
chg: even more changes to docu
Location:
factory
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • factory/cfNTLzzpEXGCD.cc

    rb3ec2d r7b4793  
    55 * @author Martin Lee
    66 *
     7 * Univariate GCD and extended GCD over Z/p[t]/(f)[x] for reducible f
     8 *
    79 * @note the following code is slightly modified code out of
    810 * lzz_pEX.c from Victor Shoup's NTL. Below is NTL's copyright notice.
    9  *
    10  * Univariate GCD and extended GCD over Z/p[t]/(f)[x] for reducible f
    1111 *
    1212 * @par Copyright:
  • factory/cfNTLzzpEXGCD.h

    rb3ec2d r7b4793  
    44/** @file cfNTLzzpEXGCD.h
    55 *
     6 * This file defines functions for univariate GCD and extended GCD
     7 * over Z/p[t]/(f)[x] for reducible f
     8 *
    69 * @note the following code is slightly modified code out of
    710 * lzz_pEX.h from Victor Shoup's NTL. Below is NTL's copyright notice.
    8  *
    9  * This file defines functions for univariate GCD and extended GCD
    10  * over Z/p[t]/(f)[x] for reducible f
    1111 *
    1212 * ABSTRACT: Langemyr, McCallum "The Computation of Polynomial Greatest Common
  • factory/cf_cyclo.cc

    rb3ec2d r7b4793  
    22//*****************************************************************************
    33/** @file cf_cyclo.cc
    4  *
    5  * @author Martin Lee
    6  * @date 29.01.2010
    74 *
    85 * Compute cyclotomic polynomials and factorize integers by brute force
     
    118 *   (c) by The SINGULAR Team, see LICENSE file
    129 *
     10 * @author Martin Lee
     11 * @date 29.01.2010
    1312**/
    1413//*****************************************************************************
  • factory/cf_cyclo.h

    rb3ec2d r7b4793  
    1 #ifndef CF_CYCLO_H
    2 #define CF_CYCLO_H
    31// -*- c++ -*-
    42//*****************************************************************************
    53/** @file cf_cyclo.h
    6  *
    7  * @author Martin Lee
    8  * @date 29.01.2010
    94 *
    105 * Compute cyclotomic polynomials and factorize integers by brute force
     
    138 *   (c) by The SINGULAR Team, see LICENSE file
    149 *
     10 * @author Martin Lee
    1511**/
    1612//*****************************************************************************
     13
     14#ifndef CF_CYCLO_H
     15#define CF_CYCLO_H
    1716
    1817// #include "config.h"
  • factory/cf_map_ext.cc

    rb3ec2d r7b4793  
    22//*****************************************************************************
    33/** @file cf_map_ext.cc
    4  *
    5  * @author Martin Lee
    6  * @date   16.11.2009
    74 *
    85 * This file implements functions to map between extensions of finite fields
     
    118 *   (c) by The SINGULAR Team, see LICENSE file
    129 *
     10 * @author Martin Lee
     11 * @date   16.11.2009
    1312**/
    1413//*****************************************************************************
  • factory/cf_map_ext.h

    rb3ec2d r7b4793  
    1 #ifndef CF_MAP_EXT_H
    2 #define CF_MAP_EXT_H
    31// -*- c++ -*-
    42//*****************************************************************************
    53/** @file cf_map_ext.h
    6  *
    7  * @author Martin Lee
    8  * @date   16.11.2009
    94 *
    105 * This file implements functions to map between extensions of finite fields
     
    138 *   (c) by The SINGULAR Team, see LICENSE file
    149 *
     10 * @author Martin Lee
     11 * @date   16.11.2009
    1512**/
    1613//*****************************************************************************
     14
     15#ifndef CF_MAP_EXT_H
     16#define CF_MAP_EXT_H
    1717
    1818// #include "config.h"
Note: See TracChangeset for help on using the changeset viewer.