source: git/factory/libfac/factor/SqrFree.h @ 85bcd6

spielwiese
Last change on this file since 85bcd6 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 508 bytes
RevLine 
[1a80b4]1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3///////////////////////////////////////////////////////////////////////////////
4#ifndef SQRFREE_H
5#define SQRFREE_H
6
7/*BEGINPUBLIC*/
8// CFFList SqrFree( const CanonicalForm & f ) ;
[e89e56]9CFFList SqrFreeMV( const CanonicalForm & f , const CanonicalForm & mipo=0) ;
[1a80b4]10/*ENDPUBLIC*/
[e89e56]11int     SqrFreeTest( const CanonicalForm & r, int opt=1) ;
[1a80b4]12CFFList SqrFree( const CanonicalForm & f ) ;
13#endif /* SQRFREE_H */
Note: See TracBrowser for help on using the repository browser.