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

◆ IM2_FreeModule_dual()

const FreeModule * IM2_FreeModule_dual ( const FreeModule * F)

Definition at line 130 of file freemodule.cpp.

131{
132 try
133 {
134 return F->transpose();
135 } catch (const exc::engine_error& e)
136 {
137 ERROR(e.what());
138 return nullptr;
139 }
140}
FreeModule * transpose() const
Definition freemod.cpp:227
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and FreeModule::transpose().