Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rawPathTrackerProjective()

PathTracker * rawPathTrackerProjective ( const Matrix * S,
const Matrix * T,
gmp_RR productST )

Definition at line 1018 of file matrix.cpp.

1021{
1022 try {
1023 return PathTracker::make(S, T, productST);
1024 } catch (const exc::engine_error& e) {
1025 ERROR(e.what());
1026 return nullptr;
1027 }
1028}
static PathTracker * make(const Matrix *)
Definition NAG.cpp:1516
const int ERROR
Definition m2-mem.cpp:55
#define T
Definition table.c:13

References ERROR, PathTracker::make(), Matrix, and T.