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
FreeModule * transpose() const
Definition
freemod.cpp:227
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
, and
FreeModule::transpose()
.
Macaulay2
e
interface
freemodule.cpp
Generated on
for Macaulay2 Engine by
1.15.0