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