Changeset ec958b in git
- Timestamp:
- Nov 6, 2008, 3:05:51 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- adfb2244bb4e757cf88dee703e1ed7815f87d960
- Parents:
- 4d110113a62ef366f63c6fcf846ca39ee566c2af
- Location:
- libfac
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/alg_factor.cc
r4d11011 rec958b 2 2 // emacs edit mode for this file is -*- C++ -*- 3 3 //////////////////////////////////////////////////////////// 4 /* $Id: alg_factor.cc,v 1.2 4 2008-06-10 14:49:14Singular Exp $ */4 /* $Id: alg_factor.cc,v 1.25 2008-11-06 14:05:51 Singular Exp $ */ 5 5 //////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 668 668 // no transcendentals, seperable and inseperable extensions 669 669 CFFList 670 newfactoras( const CanonicalForm & f, const CFList & as, int success){670 newfactoras( const CanonicalForm & f, const CFList & as, int &success){ 671 671 Variable vf=f.mvar(); 672 672 CFListIterator i; … … 828 828 /* 829 829 $Log: not supported by cvs2svn $ 830 Revision 1.24 2008/06/10 14:49:14 Singular 831 *hannes: licence stuff 832 830 833 Revision 1.23 2008/04/08 16:19:09 Singular 831 834 *hannes: removed rcsid -
libfac/charset/alg_factor.h
r4d11011 rec958b 2 2 // emacs edit mode for this file is -*- C++ -*- 3 3 //////////////////////////////////////////////////////////// 4 // $Id: alg_factor.h,v 1. 3 2008-06-10 14:49:14Singular Exp $4 // $Id: alg_factor.h,v 1.4 2008-11-06 14:05:51 Singular Exp $ 5 5 //////////////////////////////////////////////////////////// 6 6 … … 27 27 }; 28 28 29 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int success);29 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int &success); 30 30 CFFList newcfactor(const CanonicalForm & f, const CFList & as, int success ); 31 31 /*BEGINPUBLIC*/ -
libfac/factor.h
r4d11011 rec958b 22 22 CFFList Factorize( const CanonicalForm & F, const CanonicalForm & mipo, int is_SqrFree=0 ) ; 23 23 CFFList Factorize2(CanonicalForm F, const CanonicalForm & minpoly ); 24 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int success);24 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int &success); 25 25 CFFList factorize2 ( const CanonicalForm & f, 26 26 const Variable & alpha, const CanonicalForm & mipo );
Note: See TracChangeset
for help on using the changeset viewer.