Changeset 7b4bfe6 in git for factory/fac_util.h


Ignore:
Timestamp:
Jul 8, 1996, 10:22:02 AM (28 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
db4770670387300daebce8262e6dddb3e3ba4b7f
Parents:
f63dbca24fdad0fc65e8496a781d6830dafded8e
Message:
"New organization of the factorization stuff. Some functions moved from
fac_diophand.cc which no longer exists.
"


git-svn-id: file:///usr/local/Singular/svn/trunk@40 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_util.h

    rf63dbca r7b4bfe6  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.h,v 1.1 1996-06-27 11:34:25 stobbe Exp $
     2// $Id: fac_util.h,v 1.2 1996-07-08 08:22:02 stobbe Exp $
    33
    44#ifndef INCL_FAC_UTIL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1996/06/27 11:34:25  stobbe
     10"New function dviremainder.
     11"
     12
    913Revision 1.0  1996/05/17 10:59:40  stobbe
    1014Initial revision
     
    1317
    1418#include "canonicalform.h"
     19#include "cf_eval.h"
    1520
    1621/*BEGINPUBLIC*/
     
    4348void divremainder( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & quot, CanonicalForm & rem, const modpk & pk );
    4449
     50CanonicalForm maxCoeff( const CanonicalForm & f );
     51
     52bool Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x );
     53
    4554/*ENDPUBLIC*/
    4655
     56bool gcd_test_one ( const CanonicalForm & f, const CanonicalForm & g, bool swap );
     57
     58CanonicalForm ezgcd ( const CanonicalForm & f, const CanonicalForm & g );
     59
     60void extgcd ( const CanonicalForm & a, const CanonicalForm & b, CanonicalForm & S, CanonicalForm & T, const modpk & pk );
     61
    4762#endif /* INCL_FAC_UTIL_H */
Note: See TracChangeset for help on using the changeset viewer.