Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_FreeModule_submodule()
const
FreeModule
* IM2_FreeModule_submodule
(
const
FreeModule
*
F
,
M2_arrayint
selection
)
Definition at line
166
of file
freemodule.cpp
.
168
{
169
try
170
{
171
return
F->
sub_space
(selection);
172
}
catch
(
const
exc::engine_error
& e)
173
{
174
ERROR
(e.what());
175
return
nullptr
;
176
}
177
}
FreeModule::sub_space
FreeModule * sub_space(int n) const
Definition
freemod.cpp:197
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
, and
FreeModule::sub_space()
.
Macaulay2
e
interface
freemodule.cpp
Generated on
for Macaulay2 Engine by
1.15.0