jengelh-datetimespielwiese
Last change
on this file since 16055bd was
16055bd,
checked in by Martin Lee <martinlee84@…>, 11 years ago
|
chg: move libfac into factory
|
-
Property mode set to
100644
|
File size:
508 bytes
|
Line | |
---|
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 ) ; |
---|
9 | CFFList SqrFreeMV( const CanonicalForm & f , const CanonicalForm & mipo=0) ; |
---|
10 | /*ENDPUBLIC*/ |
---|
11 | int SqrFreeTest( const CanonicalForm & r, int opt=1) ; |
---|
12 | CFFList SqrFree( const CanonicalForm & f ) ; |
---|
13 | #endif /* SQRFREE_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.