MCPcopy Create free account
hub / github.com/Singular/Singular / binomial

Method binomial

IntegerProgramming/binomial.cc:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#ifdef NO_SUPPORT_DRIVEN_METHODS
17
18binomial::binomial(const short& number_of_variables)
19 :_number_of_variables(number_of_variables)
20{
21 exponent_vector=new Integer[_number_of_variables];
22}
23
24
25

Callers

nothing calls this directly

Calls 1

compare_to_zeroMethod · 0.80

Tested by

no test coverage detected