Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_Matrix_flip()
const
Matrix
* IM2_Matrix_flip
(
const
FreeModule
*
F
,
const
FreeModule
*
G
)
Definition at line
451
of file
matrix.cpp
.
453
{
454
try
455
{
456
return
Matrix::flip
(F,
G
);
457
}
catch
(
const
exc::engine_error
& e)
458
{
459
ERROR
(e.what());
460
return
nullptr
;
461
}
462
}
Matrix::flip
static Matrix * flip(const FreeModule *G, const FreeModule *H)
Definition
matrix.cpp:547
ERROR
const int ERROR
Definition
m2-mem.cpp:55
G
tbb::flow::graph G
Definition
res-tasking-example.cpp:46
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
,
G
, and
Matrix
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0