Changeset f58e95 in git for factory/canonicalform.h


Ignore:
Timestamp:
Aug 29, 1997, 10:38:32 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e565370c3a337cec56fcad626cfb945d8f6c5d4a
Parents:
1a776f203ce3bf352d2c4cb68b267ec7e6573791
Message:
	* canonicalform.h: declarations of functions from cf_factor.cc
	  removed.  In all files which refer to these functions #include
	  of cf_algorithm.h added.


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r1a776f rf58e95  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.10 1997-07-31 13:04:37 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.11 1997-08-29 08:35:15 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    308308typedef Matrix<CanonicalForm> CFMatrix;
    309309
    310 CFFList sqrFree ( const CanonicalForm & f, bool sort );
    311 
    312 CFFList sqrFree( const CanonicalForm & f );
    313 
    314 bool isSqrFree( const CanonicalForm & f );
    315 
    316 CFFList factorize( const CanonicalForm & f, bool issqrfree = false );
    317 
    318 CFFList factorize( const CanonicalForm & f, const Variable & alpha );
    319 
    320310// calculate the determinant of the n'th minor of M
    321311
Note: See TracChangeset for help on using the changeset viewer.