#include <reduce.hh>
|
template<typename Reduc , typename Basis > |
static void | bottom_up_reduction (Reduc *that, Basis &basis, unsigned *permutation) |
|
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 | normalisation_vector (Reduc *that, Vector &v, unsigned pivot, 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 Basis , typename Vector > |
static void | vector_in_new_basis (Reduc *that, Basis &basis, Vector ¤t, Vector &new_vector, unsigned *permutation) |
|
◆ bottom_up_reduction()
template<typename Weightset >
template<typename Reduc , typename Basis >
◆ find_pivot()
template<typename Weightset >
template<typename Reduc , typename Vector >
static unsigned awali::sttc::internal::select< Weightset >::find_pivot |
( |
Reduc * |
that, |
|
|
const Vector & |
v, |
|
|
unsigned |
begin, |
|
|
unsigned * |
permutation |
|
) |
| |
|
static |
◆ normalisation_vector()
template<typename Weightset >
template<typename Reduc , typename Vector >
static void awali::sttc::internal::select< Weightset >::normalisation_vector |
( |
Reduc * |
that, |
|
|
Vector & |
v, |
|
|
unsigned |
pivot, |
|
|
unsigned * |
permutation |
|
) |
| |
|
static |
◆ reduce_vector()
template<typename Weightset >
template<typename Reduc , typename Vector >
static void awali::sttc::internal::select< Weightset >::reduce_vector |
( |
Reduc * |
that, |
|
|
Vector & |
vbasis, |
|
|
Vector & |
current, |
|
|
unsigned |
b, |
|
|
unsigned * |
permutation |
|
) |
| |
|
static |
◆ vector_in_new_basis()
template<typename Weightset >
template<typename Reduc , typename Basis , typename Vector >
static void awali::sttc::internal::select< Weightset >::vector_in_new_basis |
( |
Reduc * |
that, |
|
|
Basis & |
basis, |
|
|
Vector & |
current, |
|
|
Vector & |
new_vector, |
|
|
unsigned * |
permutation |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files:
- /home/marsault/git-client/telecom/awali.git/awali/sttc/algos/projection.hh
- /home/marsault/git-client/telecom/awali.git/awali/sttc/algos/reduce.hh