#include <reduce.hh>
|
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 *that, Vector &v, unsigned pivot, unsigned *permutation) |
|
template<typename Reduc , typename Basis > |
static void | bottom_up_reduction (Reduc *that, Basis &basis, unsigned *permutation) |
|
template<typename Reduc , typename Basis , typename Vector > |
static void | vector_in_new_basis (Reduc *that, Basis &basis, Vector ¤t, Vector &new_vector, unsigned *permutation) |
|
template<typename Weightset>
struct vcsn::detail::select< Weightset >
Definition at line 85 of file reduce.hh.
template<typename Weightset>
template<typename Reduc , typename Basis >
static void vcsn::detail::select< Weightset >::bottom_up_reduction |
( |
Reduc * |
that, |
|
|
Basis & |
basis, |
|
|
unsigned * |
permutation |
|
) |
| |
|
inlinestatic |
template<typename Weightset>
template<typename Reduc , typename Vector >
static unsigned vcsn::detail::select< Weightset >::find_pivot |
( |
Reduc * |
that, |
|
|
const Vector & |
v, |
|
|
unsigned |
begin, |
|
|
unsigned * |
permutation |
|
) |
| |
|
inlinestatic |
template<typename Weightset>
template<typename Reduc , typename Vector >
static void vcsn::detail::select< Weightset >::normalisation_vector |
( |
Reduc * |
that, |
|
|
Vector & |
v, |
|
|
unsigned |
pivot, |
|
|
unsigned * |
permutation |
|
) |
| |
|
inlinestatic |
template<typename Weightset>
template<typename Reduc , typename Vector >
static void vcsn::detail::select< Weightset >::reduce_vector |
( |
Reduc * |
that, |
|
|
Vector & |
vbasis, |
|
|
Vector & |
current, |
|
|
unsigned |
b, |
|
|
unsigned * |
permutation |
|
) |
| |
|
inlinestatic |
template<typename Weightset>
template<typename Reduc , typename Basis , typename Vector >
static void vcsn::detail::select< Weightset >::vector_in_new_basis |
( |
Reduc * |
that, |
|
|
Basis & |
basis, |
|
|
Vector & |
current, |
|
|
Vector & |
new_vector, |
|
|
unsigned * |
permutation |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: