Changeset 611df0 in git for factory


Ignore:
Timestamp:
Apr 30, 2014, 11:11:11 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4758c94416c664d6b107bff52419bcf5c32865d6
Parents:
ea017ffdd4140ca784627c9a17bd45f8978c3818
git-author:
Martin Lee <martinlee84@web.de>2014-04-30 11:11:11+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-12 14:35:01+02:00
Message:
chg: author information for facAlgFunc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/facAlgFunc.cc

    rea017f r611df0  
    1 ////////////////////////////////////////////////////////////
    2 // emacs edit mode for this file is -*- C++ -*-
    3 ////////////////////////////////////////////////////////////
     1/*****************************************************************************\
     2 * Computer Algebra System SINGULAR
     3\*****************************************************************************/
     4/** @file facAlgFunc.cc
     5 *
     6 * This file provides functions to factorize polynomials over alg. function
     7 * fields
     8 *
     9 * ABSTRACT: Descriptions can be found in B. Trager "Algebraic Factoring and
     10 * Rational Function Integration" and A. Steel "Conquering Inseparability:
     11 * Primary decomposition and multivariate factorization over algebraic function
     12 * fields of positive characteristic"
     13 *
     14 * @authors Martin Lee, Michael Messollen
     15 *
     16 **/
     17/*****************************************************************************/
    418
    519#include "config.h"
  • factory/facAlgFunc.h

    rea017f r611df0  
    1 ////////////////////////////////////////////////////////////
    2 // emacs edit mode for this file is -*- C++ -*-
    3 ////////////////////////////////////////////////////////////
    4 ////////////////////////////////////////////////////////////
     1/*****************************************************************************\
     2 * Computer Algebra System SINGULAR
     3\*****************************************************************************/
     4/** @file facAlgFunc.h
     5 *
     6 * Factorization over algebraic function fields
     7 *
     8 * @author Michael Messollen
     9 *
     10 **/
     11/*****************************************************************************/
    512
    613#ifndef FAC_ALG_FUNC_H
Note: See TracChangeset for help on using the changeset viewer.