Changeset d482ee in git


Ignore:
Timestamp:
Sep 4, 1997, 5:21:57 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
483c5cfbbdf816c025128e64ec601e944f069ff3
Parents:
3dfd7cad61384e65919fb881a65e757a81c090e6
Message:
	* cf_algorithm.h: declarations of functions from cf_algorithm.cc
	  moved from canonicalform.h to cf_algorithm.h


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    r3dfd7c rd482ee  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.5 1997-09-01 09:10:10 schmidt Exp $ */
     2/* $Id: cf_algorithm.h,v 1.6 1997-09-04 15:21:57 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, cf_resultant.cc
     16//
     17// cf_algorithms.cc, cf_chinese.cc, cf_factor.cc, cf_linsys.cc,
     18// cf_resultant.cc
    1719//
    1820//}}}
     
    2527/*BEGINPUBLIC*/
    2628
     29//{{{ declarations from cf_algorithm.cc
     30CanonicalForm psr ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
     31
     32CanonicalForm psq ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
     33
     34void psqr ( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & q, CanonicalForm & r, const Variable & x );
     35
     36CanonicalForm common_den ( const CanonicalForm & f );
     37//}}}
     38
    2739//{{{ declarations from cf_chinese.cc
    28 void chineseRemainder( const CanonicalForm x1, const CanonicalForm q1, const CanonicalForm x2, const CanonicalForm q2, CanonicalForm & xnew, CanonicalForm & qnew );
     40void chineseRemainder ( const CanonicalForm x1, const CanonicalForm q1, const CanonicalForm x2, const CanonicalForm q2, CanonicalForm & xnew, CanonicalForm & qnew );
    2941
    30 void chineseRemainder( const CFArray & x, const CFArray & q, CanonicalForm & xnew, CanonicalForm & qnew );
     42void chineseRemainder ( const CFArray & x, const CFArray & q, CanonicalForm & xnew, CanonicalForm & qnew );
    3143//}}}
    3244
     
    4254
    4355//{{{ declarations from cf_linsys.cc
    44 bool linearSystemSolve( CFMatrix & M );
     56bool linearSystemSolve ( CFMatrix & M );
    4557
    46 CanonicalForm determinant( const CFMatrix & M, int n );
     58CanonicalForm determinant ( const CFMatrix & M, int n );
    4759//}}}
    4860
     
    5062CFArray subResChain ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
    5163
    52 CanonicalForm resultant( const CanonicalForm & f, const CanonicalForm& g, const Variable & x );
     64CanonicalForm resultant ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
    5365//}}}
    5466
Note: See TracChangeset for help on using the changeset viewer.