spielwiese
Last change
on this file since 4e654a2 was
dccceb,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
moved libfac under factory/
CHG: moved libfac/ under factory/
Note: starting to merge libfac into factory (as a private library)
|
-
Property mode set to
100644
|
File size:
516 bytes
|
Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // emacs edit mode for this file is -*- C++ -*- |
---|
3 | // $Id$ |
---|
4 | /////////////////////////////////////////////////////////////////////////////// |
---|
5 | #ifndef SQRFREE_H |
---|
6 | #define SQRFREE_H |
---|
7 | |
---|
8 | /*BEGINPUBLIC*/ |
---|
9 | // CFFList SqrFree( const CanonicalForm & f ) ; |
---|
10 | CFFList SqrFreeMV( const CanonicalForm & f , const CanonicalForm & mipo=0) ; |
---|
11 | /*ENDPUBLIC*/ |
---|
12 | int SqrFreeTest( const CanonicalForm & r, int opt=1) ; |
---|
13 | CFFList SqrFree( const CanonicalForm & f ) ; |
---|
14 | #endif /* SQRFREE_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.