My Project
Loading...
Searching...
No Matches
factory
fac_sqrfree.h
Go to the documentation of this file.
1
/* emacs edit mode for this file is -*- C++ -*- */
2
3
/**
4
* @file fac_sqrfree.h
5
*
6
* squarefree part and factorization over Q, Q(a)
7
**/
8
9
#ifndef INCL_FAC_SQRFREE_H
10
#define INCL_FAC_SQRFREE_H
11
12
// #include "config.h"
13
14
#include "
canonicalform.h
"
15
16
CFFList
sortCFFList
(
CFFList
& F );
17
18
CFFList
sqrFreeZ
(
const
CanonicalForm
&
f
);
19
20
/// squarefree part of a poly
21
CanonicalForm
sqrfPart
(
const
CanonicalForm
& F
///<[in] some poly
22
);
23
24
CFFList
sqrFreeFp
(
const
CanonicalForm
&
f
);
25
#endif
/* ! INCL_FAC_SQRFREE_H */
canonicalform.h
Header for factory's main class CanonicalForm.
f
FILE * f
Definition:
checklibs.c:9
CanonicalForm
factory's main class
Definition:
canonicalform.h:86
List
Definition:
ftmpl_list.h:52
sqrfPart
CanonicalForm sqrfPart(const CanonicalForm &F)
squarefree part of a poly
Definition:
fac_sqrfree.cc:115
sqrFreeZ
CFFList sqrFreeZ(const CanonicalForm &f)
Definition:
fac_sqrfree.cc:49
sqrFreeFp
CFFList sqrFreeFp(const CanonicalForm &f)
sortCFFList
CFFList sortCFFList(CFFList &F)
Definition:
fac_sqrfree.cc:25
Generated on Mon Feb 27 2023 10:53:48 for My Project by
doxygen 1.9.5
for
Singular