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

◆ spair_make_ring()

gbA::spair * gbA::spair_make_ring ( int i,
int j )
private

Definition at line 512 of file gb-default.cpp.

513{
514 /* This requires that j indexes into the gb array somewhere. */
515 spair *result = spair_make(i, j);
517
518 return result;
519}
spair * spair_make(int i, int j)
@ SPAIR_RING
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result(), spair_make(), and SPAIR_RING.

Referenced by update_pairs().