Macaulay2 Engine
Loading...
Searching...
No Matches

◆ BRP() [3/4]

BRP::BRP ( const monomials_set & other)

Definition at line 5 of file franzi-brp.cpp.

6{
7 for (monomials_set::iterator it = other.begin(); it != other.end(); ++it)
8 {
9 m.push_back(*it);
10 }
11}
monomials m

References m.