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

◆ gbvector_mult_by_term()

void GBRing::gbvector_mult_by_term ( const FreeModule * F,
const FreeModule * Fsyz,
ring_elem a,
const int * m,
const gbvector * f,
const gbvector * fsyz,
gbvector *& result,
gbvector *& esult_syz )

Definition at line 855 of file gbring.cpp.

863{
864 // TODO
865 // The reason this has both result,result_syz together is in case we want to
866 // reduce result_fsyz mod a quotient ideal. Do we really need to do this as
867 // we go? This will require experimentation.
868 result = mult_by_term(F, f, a, m, 0);
869 result_syz = mult_by_term(Fsyz, fsyz, a, m, 0);
870}
gbvector * mult_by_term(const FreeModule *F, const gbvector *f, ring_elem u, const int *monom, int comp)
Definition gbring.cpp:839
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mult_by_term(), and result().