Vcsn  2.3
Be Rational
vcsn::detail::select< Weightset > Struct Template Reference

#include <reduce.hh>

Inheritance diagram for vcsn::detail::select< Weightset >:
Collaboration diagram for vcsn::detail::select< Weightset >:

Static Public Member Functions

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 &current, 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 &current, Vector &new_vector, unsigned *permutation)
 

Detailed Description

template<typename Weightset>
struct vcsn::detail::select< Weightset >

Definition at line 84 of file reduce.hh.

Member Function Documentation

template<typename Weightset>
template<typename Reduc , typename Basis >
static void vcsn::detail::select< Weightset >::bottom_up_reduction ( Reduc *  that,
Basis &  basis,
unsigned *  permutation 
)
inlinestatic

Definition at line 112 of file reduce.hh.

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

Definition at line 88 of file reduce.hh.

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

Definition at line 104 of file reduce.hh.

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

Definition at line 96 of file reduce.hh.

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

Definition at line 119 of file reduce.hh.


The documentation for this struct was generated from the following file: