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

◆ create() [2/2]

SchurRing * SchurRing::create ( const Ring * A,
int n )
static

Definition at line 96 of file schur.cpp.

97{
98 (void) A;
99 (void) n;
100 ERROR("not implemented yet");
101 return nullptr;
102}
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and SchurRing().