#include <set>
#include <vector>
#include "polynomials_fwd.h"
#include "blocks_fwd.h"
Include dependency graph for kl_fwd.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 |
Typedefs | |
| typedef unsigned int | KLCoeff |
| Coefficient of a KL polynomial. | |
| typedef polynomials::Polynomial< KLCoeff > | KLPol |
| Polynomial with coefficients of type KLCoeff. | |
| typedef unsigned int | KLIndex |
| typedef KLCoeff | MuCoeff |
| typedef std::pair< std::vector< blocks::BlockElt >, std::vector< MuCoeff > > | MuRow |
Definition in file kl_fwd.h.
|
|
Coefficient of a KL polynomial. Must be a standard unsigned type; now "unsigned" which [at least on my Mac; not sure what the standard says - DV 8/14/06] is unsigned long. |
|
|
Definition at line 44 of file kl_fwd.h. Referenced by atlas::kl::helper::Helper::fillMuRow(), atlas::kl::helper::Thicket::one(), and atlas::kl::helper::Thicket::zero(). |
|
|
Polynomial with coefficients of type KLCoeff.
Definition at line 42 of file kl_fwd.h. Referenced by atlas::kl::helper::Thicket::ascentCompute(), atlas::kltest::dualityVerify(), atlas::kl::helper::Thicket::edgeCompute(), atlas::kl::helper::Helper::fill(), atlas::kl::KLPolEntry::KLPolEntry(), atlas::kl_io::printAllKL(), atlas::kl_io::printKLList(), and atlas::kl::helper::Helper::writeRow(). |
|
|
|
Definition at line 50 of file kl_fwd.h. Referenced by atlas::kl::KLContext::mu(), atlas::kl::helper::Helper::muCorrection(), atlas::kl::KLContext::muRow(), and atlas::kl::wGraph(). |
1.3.9.1