Changeset 38eab60 in git
- Timestamp:
- Sep 8, 1997, 12:55:04 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 62b35b6166c3ecaaa5f8435ff487c59e7c5533d1
- Parents:
- 5586f470dc347b3579e5915c4b4aeff85123f0bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_algorithm.h
r5586f4 r38eab60 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_algorithm.h,v 1. 6 1997-09-04 15:21:57schmidt Exp $ */2 /* $Id: cf_algorithm.h,v 1.7 1997-09-08 10:55:04 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CF_ALGORITHM_H … … 27 27 /*BEGINPUBLIC*/ 28 28 29 //{{{ declarations from cf_algorithm.cc29 //{{{ function declarations from cf_algorithm.cc 30 30 CanonicalForm psr ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x ); 31 31 … … 37 37 //}}} 38 38 39 //{{{ declarations from cf_chinese.cc39 //{{{ function declarations from cf_chinese.cc 40 40 void chineseRemainder ( const CanonicalForm x1, const CanonicalForm q1, const CanonicalForm x2, const CanonicalForm q2, CanonicalForm & xnew, CanonicalForm & qnew ); 41 41 … … 43 43 //}}} 44 44 45 //{{{ declarations from cf_factor.cc45 //{{{ function declarations from cf_factor.cc 46 46 CFFList factorize ( const CanonicalForm & f, bool issqrfree = false ); 47 47 … … 53 53 //}}} 54 54 55 //{{{ declarations from cf_linsys.cc55 //{{{ function declarations from cf_linsys.cc 56 56 bool linearSystemSolve ( CFMatrix & M ); 57 57 … … 59 59 //}}} 60 60 61 //{{{ declarations from cf_resultant.cc61 //{{{ function declarations from cf_resultant.cc 62 62 CFArray subResChain ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x ); 63 63
Note: See TracChangeset
for help on using the changeset viewer.