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

◆ to_arrayint()

M2_arrayint EngineMonomial::to_arrayint ( ) const
inline

Definition at line 104 of file monomial.hpp.

104{ return varpower::to_arrayint(val.data()); }
gc_vector< int > val
Definition monomial.hpp:64
static M2_arrayint to_arrayint(ConstExponents vp)

References ExponentList< int, true >::to_arrayint(), and val.