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

◆ twoSidedReduction() [1/2]

auto NCGroebner::twoSidedReduction ( const ConstPolyList & reducees) const->ConstPolyList

Definition at line 326 of file NCGroebner.cpp.

327{
329 for (auto i = reducees.cbegin(); i != reducees.cend(); ++i)
330 result.push_back(twoSidedReduction(*i));
331 return result;
332}
gc_vector< const Poly * > ConstPolyList
auto twoSidedReduction(const ConstPolyList &reducees) const -> ConstPolyList
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result(), and twoSidedReduction().

Referenced by computeHomogeneous(), computeInhomogeneous(), and twoSidedReduction().