#include <limits>
#include "kl_fwd.h"
#include "blocks_fwd.h"
#include "bitset.h"
#include "klsupport.h"
#include "polynomials.h"
#include "wgraph.h"
Include dependency graph for kl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::kl |
Classes | |
| class | atlas::kl::KLContext |
| Calculates and stores the Kazhdan-Lusztig polynomials for a block of representations of G. More... | |
Typedefs | |
| typedef std::vector< KLPol > | KLStore |
| typedef KLStore::const_reference | KLPolRef |
| typedef std::vector< KLIndex > | KLRow |
Functions | |
| const KLPol | One (0) |
| Polynomial 1.q^0. | |
Variables | |
| const KLPol | Zero |
| Polynomial 0, which is stored as a vector of size 0. | |
| const KLCoeff | UndefKLCoeff = std::numeric_limits<KLCoeff>::max() |
| const KLCoeff | UndefMuCoeff = std::numeric_limits<MuCoeff>::max() |
Definition in file kl.h.
|
|
Definition at line 48 of file kl.h. Referenced by atlas::kl::helper::Helper::fillMuRow(), atlas::kl::helper::Helper::klPol(), atlas::kl::KLContext::klPol(), atlas::kl::helper::Thicket::klPol(), atlas::kl::helper::Helper::lengthOneMu(), and atlas::kl::helper::Helper::muCorrection(). |
|
|
Definition at line 50 of file kl.h. Referenced by atlas::kl::KLContext::klPol(), atlas::kl::KLContext::klRow(), atlas::kl::helper::Thicket::klRow(), and atlas::kl::helper::Helper::writeRow(). |
|
|
Definition at line 46 of file kl.h. Referenced by atlas::kl::KLContext::polStore(), and atlas::kl::helper::Thicket::store(). |
|
|
Polynomial 1.q^0.
|
|
|
|
|
|
|
|
|
Polynomial 0, which is stored as a vector of size 0.
|
1.3.9.1