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

◆ IM2_FreeModule_exterior()

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

Definition at line 154 of file freemodule.cpp.

155{
156 try
157 {
158 return F->exterior(n);
159 } catch (const exc::engine_error& e)
160 {
161 ERROR(e.what());
162 return nullptr;
163 }
164}
FreeModule * exterior(int p) const
Definition freemod.cpp:296
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and FreeModule::exterior().