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

◆ get_matrix() [2/2]

MutableMatrix * ResolutionComputation::get_matrix ( int level,
int degree )
virtual

Reimplemented in F4ResComputation, and NCResComputation.

Definition at line 241 of file comp-res.cpp.

243{
244 (void) level;
245 (void) degree;
246 // the default version gives an error that it isn't defined
247 ERROR("this function not defined for this resolution type");
248 return nullptr;
249}
const int ERROR
Definition m2-mem.cpp:55

References ERROR.