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}
static Matrix * flip(const FreeModule *G, const FreeModule *H)
Definition matrix.cpp:547
const int ERROR
Definition m2-mem.cpp:55
tbb::flow::graph G

References ERROR, G, and Matrix.