|
linbox
|
#include <pascal.h>
Public Types | |
| typedef Field::Element | Element |
Public Member Functions | |
| int | reduceZeros (int x) |
| void | initFactorials () |
| void | initPowerList () |
| ModularNChooseK (Field &F, int q, int maxN) | |
| Element & | compute (Element &d, int n, int k) |
Protected Attributes | |
| Field | F_ |
| int | q_ |
| std::vector< int > | powerList_ |
| std::vector< Element > | factList_ |
| int | maxN_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |