#include <bn.h>
Data Fields | |
uint32_t | magic |
int | dgrs |
int | dgrt |
double ** | cf |
Polynomial data type
Definition at line 1073 of file bn.h.
int dgrs |
Definition at line 1075 of file bn.h.
Referenced by bn_multipoly_grow(), bn_multipoly_mul(), bn_multipoly_new(), and bn_multpoly_add().
int dgrt |
Definition at line 1076 of file bn.h.
Referenced by bn_multipoly_grow(), bn_multipoly_mul(), bn_multipoly_new(), and bn_multpoly_add().
double** cf |
Definition at line 1077 of file bn.h.
Referenced by bn_multipoly_grow(), bn_multipoly_mul(), bn_multipoly_new(), bn_multipoly_set(), and bn_multpoly_add().