GiNaCRA
0.6.4
|
Relation determining whether the given expression is a monomial under the staircase, which is determined by computing the remainders dividing by the corners of a staircase. More...
#include <constants.h>
Public Member Functions | |
ex_is_under_the_staircase (const list< ex > corners) | |
bool | operator() (const ex &monomial) const |
Tests whether the given expression is a monomial under the staircase. | |
Data Fields | |
list< ex > | corners |
Relation determining whether the given expression is a monomial under the staircase, which is determined by computing the remainders dividing by the corners of a staircase.
corners | corners of the staircase of a Groebner basis (unverified input) |
Definition at line 218 of file constants.h.
GiNaC::ex_is_under_the_staircase::ex_is_under_the_staircase | ( | const list< ex > | corners | ) | [inline] |
Definition at line 223 of file constants.h.
bool GiNaC::ex_is_under_the_staircase::operator() | ( | const ex & | monomial | ) | const [inline] |
Tests whether the given expression is a monomial under the staircase.
monomial | (unverified input) |
Definition at line 232 of file constants.h.
References corners.
Definition at line 221 of file constants.h.
Referenced by operator()().