Changeset ec958b in git


Ignore:
Timestamp:
Nov 6, 2008, 3:05:51 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
adfb2244bb4e757cf88dee703e1ed7815f87d960
Parents:
4d110113a62ef366f63c6fcf846ca39ee566c2af
Message:
*hannes: newfactoras


git-svn-id: file:///usr/local/Singular/svn/trunk@11185 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libfac/charset/alg_factor.cc

    r4d11011 rec958b  
    22// emacs edit mode for this file is -*- C++ -*-
    33////////////////////////////////////////////////////////////
    4 /* $Id: alg_factor.cc,v 1.24 2008-06-10 14:49:14 Singular Exp $ */
     4/* $Id: alg_factor.cc,v 1.25 2008-11-06 14:05:51 Singular Exp $ */
    55////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    668668//           no transcendentals, seperable and inseperable extensions
    669669CFFList
    670 newfactoras( const CanonicalForm & f, const CFList & as, int success){
     670newfactoras( const CanonicalForm & f, const CFList & as, int &success){
    671671  Variable vf=f.mvar();
    672672  CFListIterator i;
     
    828828/*
    829829$Log: not supported by cvs2svn $
     830Revision 1.24  2008/06/10 14:49:14  Singular
     831*hannes: licence stuff
     832
    830833Revision 1.23  2008/04/08 16:19:09  Singular
    831834*hannes: removed rcsid
  • libfac/charset/alg_factor.h

    r4d11011 rec958b  
    22// emacs edit mode for this file is -*- C++ -*-
    33////////////////////////////////////////////////////////////
    4 // $Id: alg_factor.h,v 1.3 2008-06-10 14:49:14 Singular Exp $
     4// $Id: alg_factor.h,v 1.4 2008-11-06 14:05:51 Singular Exp $
    55////////////////////////////////////////////////////////////
    66
     
    2727};
    2828
    29 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int success);
     29CFFList newfactoras( const CanonicalForm & f, const CFList & as, int &success);
    3030CFFList newcfactor(const CanonicalForm & f, const CFList & as, int success );
    3131/*BEGINPUBLIC*/
  • libfac/factor.h

    r4d11011 rec958b  
    2222CFFList Factorize( const CanonicalForm & F, const CanonicalForm & mipo, int is_SqrFree=0 ) ;
    2323CFFList Factorize2(CanonicalForm F, const CanonicalForm & minpoly );
    24 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int success);
     24CFFList newfactoras( const CanonicalForm & f, const CFList & as, int &success);
    2525CFFList factorize2 ( const CanonicalForm & f,
    2626                     const Variable & alpha, const CanonicalForm & mipo );
Note: See TracChangeset for help on using the changeset viewer.