#include <filekl.h>
Inheritance diagram for atlas::filekl::cached_pol_info:


Public Member Functions | |
| cached_pol_info (std::ifstream &coefficient_file) | |
| virtual size_t | degree (KLIndex i) const |
| virtual size_t | leading_coeff (KLIndex i) const |
Private Attributes | |
| std::vector< unsigned char > | cache |
Static Private Attributes | |
| const size_t | degree_mask = 0x1F |
|
|
Definition at line 457 of file filekl.cpp. References cache, and atlas::filekl::polynomial_info::n_polynomials(). |
|
|
Reimplemented from atlas::filekl::polynomial_info. Definition at line 476 of file filekl.cpp. References cache. |
|
|
Reimplemented from atlas::filekl::polynomial_info. Definition at line 481 of file filekl.cpp. References cache, and degree_mask. |
|
|
Definition at line 67 of file filekl.h. Referenced by cached_pol_info(), degree(), and leading_coeff(). |
|
|
Definition at line 66 of file filekl.h. Referenced by leading_coeff(). |
1.3.9.1