Changeset 38eab60 in git


Ignore:
Timestamp:
Sep 8, 1997, 12:55:04 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
62b35b6166c3ecaaa5f8435ff487c59e7c5533d1
Parents:
5586f470dc347b3579e5915c4b4aeff85123f0bb
Message:
	* cf_algorithm.h: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    r5586f4 r38eab60  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.6 1997-09-04 15:21:57 schmidt Exp $ */
     2/* $Id: cf_algorithm.h,v 1.7 1997-09-08 10:55:04 schmidt Exp $ */
    33
    44#ifndef INCL_CF_ALGORITHM_H
     
    2727/*BEGINPUBLIC*/
    2828
    29 //{{{ declarations from cf_algorithm.cc
     29//{{{ function declarations from cf_algorithm.cc
    3030CanonicalForm psr ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
    3131
     
    3737//}}}
    3838
    39 //{{{ declarations from cf_chinese.cc
     39//{{{ function declarations from cf_chinese.cc
    4040void chineseRemainder ( const CanonicalForm x1, const CanonicalForm q1, const CanonicalForm x2, const CanonicalForm q2, CanonicalForm & xnew, CanonicalForm & qnew );
    4141
     
    4343//}}}
    4444
    45 //{{{ declarations from cf_factor.cc
     45//{{{ function declarations from cf_factor.cc
    4646CFFList factorize ( const CanonicalForm & f, bool issqrfree = false );
    4747
     
    5353//}}}
    5454
    55 //{{{ declarations from cf_linsys.cc
     55//{{{ function declarations from cf_linsys.cc
    5656bool linearSystemSolve ( CFMatrix & M );
    5757
     
    5959//}}}
    6060
    61 //{{{ declarations from cf_resultant.cc
     61//{{{ function declarations from cf_resultant.cc
    6262CFArray subResChain ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );
    6363
Note: See TracChangeset for help on using the changeset viewer.