Changeset cac8cc in git for factory/canonicalform.h


Ignore:
Timestamp:
Sep 4, 1997, 5:31:22 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2dcfbba86f8300d337b4fd51e384791413d74f86
Parents:
483c5cfbbdf816c025128e64ec601e944f069ff3
Message:
	* canonicalform.h: declarations of functions from cf_algorithm.cc
	  moved to cf_algorithm.h.  In all files which refer to these
 	  functions #include of cf_algorithm.h added.


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r483c5c rcac8cc  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.14 1997-09-01 09:08:35 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.15 1997-09-04 15:31:22 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    212212CanonicalForm lcm ( const CanonicalForm&, const CanonicalForm& );
    213213
    214 CanonicalForm common_den ( const CanonicalForm& );
    215 
    216214CanonicalForm pp ( const CanonicalForm& );
    217215
     
    275273}
    276274//}}}
    277 
    278 CanonicalForm psr ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x  );
    279 
    280 CanonicalForm psq ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
    281 
    282 void psqr ( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & q, CanonicalForm & r, const Variable & x );
    283275
    284276int getNumVars( const CanonicalForm & f );
Note: See TracChangeset for help on using the changeset viewer.