My Project
Loading...
Searching...
No Matches
factory
fac_multihensel.h
Go to the documentation of this file.
1
#ifndef FAC_MULTIHENSEL_H
2
#define FAC_MULTIHENSEL_H
3
4
#include "config.h"
5
6
7
#include "
cf_defs.h
"
8
#include "
cf_eval.h
"
9
#include "
cf_binom.h
"
10
#include "
fac_util.h
"
11
#include "
fac_iterfor.h
"
12
#include "
fac_multihensel.h
"
13
#include "
cf_iter.h
"
14
15
bool
16
Hensel
(
const
CanonicalForm
& U,
CFArray
&
G
,
const
CFArray
& lcG,
const
Evaluation
&
A
,
const
modpk
&
bound
,
const
Variable
&
/*x*/
);
17
#endif
cf_binom.h
cf_defs.h
factory switches.
cf_eval.h
evaluate polynomials at points
cf_iter.h
Iterators for CanonicalForm's.
bound
static CanonicalForm bound(const CFMatrix &M)
Definition:
cf_linsys.cc:460
Array< CanonicalForm >
CanonicalForm
factory's main class
Definition:
canonicalform.h:86
Evaluation
class to evaluate a polynomial at points
Definition:
cf_eval.h:32
Variable
factory's class for variables
Definition:
variable.h:33
modpk
class to do operations mod p^k for int's p and k
Definition:
fac_util.h:23
fac_iterfor.h
fac_multihensel.h
Hensel
bool Hensel(const CanonicalForm &U, CFArray &G, const CFArray &lcG, const Evaluation &A, const modpk &bound, const Variable &)
fac_util.h
operations mod p^k and some other useful functions for factorization
G
STATIC_VAR TreeM * G
Definition:
janet.cc:31
A
#define A
Definition:
sirandom.c:24
Generated on Mon Feb 27 2023 10:53:48 for My Project by
doxygen 1.9.5
for
Singular