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

◆ divides()

bool WeylAlgebra::divides ( const_exponents expbottom,
const_exponents exptop ) const
protected

Definition at line 266 of file weylalg.cpp.

267{
268 for (int i = 0; i < _nderivatives; i++)
269 if (expbottom[i] > exptop[i]) return false;
270 return true;
271}
int _nderivatives
Definition weylalg.hpp:62

References _nderivatives.

Referenced by gbvector_weyl_diff(), and weyl_diff().