|
template<typename Reduc , typename Vector > |
static unsigned | find_pivot (Reduc *that, const Vector &v, unsigned begin, unsigned *permutation) |
|
template<typename Reduc , typename Vector > |
static void | reduce_vector (Reduc *that, Vector &vbasis, Vector ¤t, unsigned b, unsigned *permutation) |
|
template<typename Reduc , typename Vector > |
static void | normalisation_vector (Reduc *, Vector &, unsigned, unsigned *) |
|
template<typename Reduc , typename Basis > |
static void | bottom_up_reduction (Reduc *, Basis &, unsigned *) |
|
template<typename Reduc , typename Basis , typename Vector > |
static void | vector_in_new_basis (Reduc *that, Basis &basis, Vector ¤t, Vector &new_vector, unsigned *permutation) |
|
static unsigned | find_pivot (Reduc *that, const Vector &v, unsigned begin, unsigned *permutation) |
|
static void | reduce_vector (Reduc *that, Vector &vbasis, Vector ¤t, unsigned b, unsigned *permutation) |
|
static void | normalisation_vector (Reduc *that, Vector &v, unsigned pivot, unsigned *permutation) |
|
static void | bottom_up_reduction (Reduc *that, Basis &basis, unsigned *permutation) |
|
static void | vector_in_new_basis (Reduc *that, Basis &basis, Vector ¤t, Vector &new_vector, unsigned *permutation) |
|
template<>
struct vcsn::detail::select< z >
Definition at line 152 of file reduce.hh.