Changeset 2a9b48 in git


Ignore:
Timestamp:
Sep 1, 1997, 11:10:10 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
54c17f8042fe6ebc6e18547ade2d31e0745a08f0
Parents:
a3bc35aa0566b6bedc0033b2185ab93ec1959286
Message:
	* cf_algorithm.h (resultant): declaration moved from
	  canonicalform.h to cf_algorithm.h


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    ra3bc35a r2a9b48  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.4 1997-09-01 08:59:53 schmidt Exp $ */
     2/* $Id: cf_algorithm.h,v 1.5 1997-09-01 09:10:10 schmidt Exp $ */
    33
    44#ifndef INCL_CF_ALGORITHM_H
     
    4848
    4949//{{{ declarations from cf_resultant.cc
    50 CFArray subResChain ( const CanonicalForm & f, const CanonicalForm & g, Variable x );
     50CFArray subResChain ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
     51
     52CanonicalForm resultant( const CanonicalForm & f, const CanonicalForm& g, const Variable & x );
    5153//}}}
    5254
Note: See TracChangeset for help on using the changeset viewer.