Changeset 7e4442 in git


Ignore:
Timestamp:
Sep 4, 1997, 4:54:08 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3dfd7cad61384e65919fb881a65e757a81c090e6
Parents:
72dd6eeaebf0db2fe0f6bd43bfe99cedfbcf38e3
Message:
	* cf_resultant.cc: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/cf_resultant.cc

    r72dd6e r7e4442  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_resultant.cc,v 1.3 1997-09-04 14:49:29 schmidt Exp $ */
     2/* $Id: cf_resultant.cc,v 1.4 1997-09-04 14:54:08 schmidt Exp $ */
    33
    44//{{{ docu
     
    132132//}}}
    133133
    134 //{{{ static CanonicalForm trivialResultant( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
     134//{{{ static CanonicalForm trivialResultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
    135135//{{{ docu
    136136//
     
    142142//}}}
    143143static CanonicalForm
    144 trivialResultant( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
     144trivialResultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
    145145{
    146146    // f or g in R
     
    155155//}}}
    156156
    157 //{{{ CanonicalForm resultant( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
     157//{{{ CanonicalForm resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
    158158//{{{ docu
    159159//
     
    171171//}}}
    172172CanonicalForm
    173 resultant( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
     173resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )
    174174{
    175175    ASSERT( x.level() > 0, "cannot calculate resultant with respect to algebraic variables" );
Note: See TracChangeset for help on using the changeset viewer.