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

◆ negate_to()

void Ring::negate_to ( ring_elem & f) const

Definition at line 210 of file ring.cpp.

210{ f = negate(f); }
virtual ring_elem negate(const ring_elem f) const =0

References negate().

Referenced by GBDeclared::GBDeclared(), GBDeclared::GBDeclared(), Matrix::koszul(), ReducedGB::matrix_lift(), and negate_vec_to().