31 void wGraph(wgraph::WGraph&,
const KLContext&);
41 typedef std::vector<std::pair<BlockElt,MuCoeff> >
MuRow;
70 enum { d_zero = 0, d_one = 1};
119 typedef HashTable<KLPolEntry,KLIndex>
KLHash;
124 std::pair<weyl::Generator,weyl::Generator>
127 std::set<BlockElt> down_set(
BlockElt y)
const;
130 KLRow::const_iterator klv,
131 PrimitiveRow::const_iterator p_begin,
132 PrimitiveRow::const_iterator p_end)
const;
139 void recursionRow(std::vector<KLPol> & klv,
141 void muCorrection(std::vector<KLPol>& klv,
144 void complete_primitives(
const std::vector<KLPol>& klv,
std::vector< std::pair< BlockElt, MuCoeff > > MuRow
Definition: kl.h:41
const MuRow & muRow(BlockElt y) const
Definition: kl.h:100
unsigned long size
Definition: testprint.cpp:46
Definition: klsupport.h:31
std::pair< BlockElt, BlockElt > BlockEltPair
Definition: Atlas.h:369
uA p
Definition: lists.cpp:26
unsigned int KLIndex
Definition: Atlas.h:383
std::vector< KLRow > d_kl
Definition: kl.h:60
std::vector< KLIndex > KLRow
Definition: Atlas.h:387
KLStore d_store
Definition: kl.h:67
std::vector< BlockElt > PrimitiveRow
Definition: Atlas.h:388
bool verbose
Definition: KLread.cpp:136
const KLRow & klRow(BlockElt y) const
Definition: kl.h:95
std::vector< KLPol > KLStore
Definition: Atlas.h:385
bool isZero(const KLIndex p) const
Definition: kl.h:87
Class definition and function declarations for KLSupport.
HashTable< KLPolEntry, KLIndex > KLHash
Definition: kl.h:119
std::vector< MuRow > d_mu
Entry d_mu[y] is a MuRow, which has parallel vectors for x and mu(x,y)
Definition: kl.h:65
id_pointer hash[hash_size]
Definition: common.c:125
void fill(bool verbose=true)
Definition: kl.h:113
KLCoeff MuCoeff
Definition: Atlas.h:384
BlockElt fill_limit
Definition: kl.h:53
const KLStore & polStore() const
Definition: kl.h:103
unsigned char Generator
Definition: Atlas.h:226
const expr & e
Definition: axis.cpp:95
unsigned int BlockElt
Definition: Atlas.h:367
void wGraph(wgraph::WGraph &wg, const KLContext &klc)
Puts in wg the W-graph for this block.
Definition: kl.cpp:1135
KLStore::const_reference KLPolRef
Definition: Atlas.h:386
Class definitions and function declarations for the class Polynomial.