#include <set>
#include <vector>
#include "polynomials_fwd.h"
Include dependency graph for kl_fwd.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::kl |
Typedefs | |
typedef unsigned | atlas::kl::KLCoeff |
typedef polynomials::Polynomial< KLCoeff > | atlas::kl::KLPol |
typedef std::set< KLPol >::iterator | atlas::kl::KLPtr |
typedef std::vector< KLPtr > | atlas::kl::KLRow |
typedef unsigned | atlas::kl::MuCoeff |
typedef std::pair< size_t, MuCoeff > | atlas::kl::MuData |
typedef std::vector< MuData > | atlas::kl::MuRow |