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

◆ ARRAY_ON_STACK

#define ARRAY_ON_STACK ( type,
nelems )
Value:
static_cast<type*>(alloca(nelems * sizeof(type)))

ARRAY_ON_STACK.

Definition at line 113 of file newdelete.hpp.

Referenced by MonomialIdeal::search().