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

◆ IM2_FreeModule_symm()

const FreeModule * IM2_FreeModule_symm ( int n,
const FreeModule * F )

Definition at line 142 of file freemodule.cpp.

143{
144 try
145 {
146 return F->symm(n);
147 } catch (const exc::engine_error& e)
148 {
149 ERROR(e.what());
150 return nullptr;
151 }
152}
FreeModule * symm(int p) const
Definition freemod.cpp:395
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and FreeModule::symm().