Changeset 7e4442 in git for factory/cf_resultant.cc
- Timestamp:
- Sep 4, 1997, 4:54:08 PM (26 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 3dfd7cad61384e65919fb881a65e757a81c090e6
- Parents:
- 72dd6eeaebf0db2fe0f6bd43bfe99cedfbcf38e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_resultant.cc
r72dd6e r7e4442 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_resultant.cc,v 1. 3 1997-09-04 14:49:29schmidt Exp $ */2 /* $Id: cf_resultant.cc,v 1.4 1997-09-04 14:54:08 schmidt Exp $ */ 3 3 4 4 //{{{ docu … … 132 132 //}}} 133 133 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 ) 135 135 //{{{ docu 136 136 // … … 142 142 //}}} 143 143 static CanonicalForm 144 trivialResultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )144 trivialResultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x ) 145 145 { 146 146 // f or g in R … … 155 155 //}}} 156 156 157 //{{{ CanonicalForm resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )157 //{{{ CanonicalForm resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x ) 158 158 //{{{ docu 159 159 // … … 171 171 //}}} 172 172 CanonicalForm 173 resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x )173 resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x ) 174 174 { 175 175 ASSERT( x.level() > 0, "cannot calculate resultant with respect to algebraic variables" );
Note: See TracChangeset
for help on using the changeset viewer.