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

◆ rawPathTrackerPrecookedSLPs()

PathTracker * rawPathTrackerPrecookedSLPs ( StraightLineProgram * slp_pred,
StraightLineProgram * slp_corr )

PathTracker /////////////////////////////////////////////////////.

Definition at line 996 of file matrix.cpp.

999{
1000 try {
1001 return PathTracker::make(slp_pred, slp_corr);
1002 } catch (const exc::engine_error& e) {
1003 ERROR(e.what());
1004 return nullptr;
1005 }
1006}
static PathTracker * make(const Matrix *)
Definition NAG.cpp:1516
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and PathTracker::make().