Vcsn  2.4
Be Rational
vcsn::detail::select< z > Struct Template Reference

#include <reduce.hh>

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

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 *, 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 &current, Vector &new_vector, unsigned *permutation)
 
- Static Public Member Functions inherited from vcsn::detail::select< void >
static unsigned find_pivot (Reduc *that, const Vector &v, unsigned begin, unsigned *permutation)
 
static void reduce_vector (Reduc *that, Vector &vbasis, Vector &current, 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 &current, Vector &new_vector, unsigned *permutation)
 

Detailed Description

template<>
struct vcsn::detail::select< z >

Definition at line 152 of file reduce.hh.

Member Function Documentation

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

Definition at line 175 of file reduce.hh.

template<typename Reduc , typename Vector >
static unsigned vcsn::detail::select< z >::find_pivot ( Reduc *  that,
const Vector &  v,
unsigned  begin,
unsigned *  permutation 
)
inlinestatic

Definition at line 156 of file reduce.hh.

template<typename Reduc , typename Vector >
static void vcsn::detail::select< z >::normalisation_vector ( Reduc *  ,
Vector &  ,
unsigned  ,
unsigned *   
)
inlinestatic

Definition at line 171 of file reduce.hh.

template<typename Reduc , typename Vector >
static void vcsn::detail::select< z >::reduce_vector ( Reduc *  that,
Vector &  vbasis,
Vector &  current,
unsigned  b,
unsigned *  permutation 
)
inlinestatic

Definition at line 164 of file reduce.hh.

template<typename Reduc , typename Basis , typename Vector >
static void vcsn::detail::select< z >::vector_in_new_basis ( Reduc *  that,
Basis &  basis,
Vector &  current,
Vector &  new_vector,
unsigned *  permutation 
)
inlinestatic

Definition at line 180 of file reduce.hh.


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