Changeset f42ba19 in git for factory/cf_algorithm.h


Ignore:
Timestamp:
Sep 1, 1997, 10:59:53 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
75744de5de955e4e2b54b8f44bdfb71cfd7e962f
Parents:
9890798fb0186d59467e35f9b64995a9c764edd2
Message:
	* cf_algorithm.h (subResChain): new declaration


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    r989079 rf42ba19  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.3 1997-08-29 11:30:38 schmidt Exp $ */
     2/* $Id: cf_algorithm.h,v 1.4 1997-09-01 08:59:53 schmidt Exp $ */
    33
    44#ifndef INCL_CF_ALGORITHM_H
     
    1414//
    1515// This header file corresponds to:
    16 // cf_chinese.cc, cf_factor.cc, cf_linsys.cc
     16// cf_chinese.cc, cf_factor.cc, cf_linsys.cc, cf_resultant.cc
    1717//
    1818//}}}
     
    4747//}}}
    4848
     49//{{{ declarations from cf_resultant.cc
     50CFArray subResChain ( const CanonicalForm & f, const CanonicalForm & g, Variable x );
     51//}}}
     52
    4953/*ENDPUBLIC*/
    5054
Note: See TracChangeset for help on using the changeset viewer.