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

◆ track()

template<typename RT, typename Algorithm>
bool HomotopyConcrete< RT, Algorithm >::track ( const MutableMatrix * inputs,
MutableMatrix * outputs,
MutableMatrix * output_extras,
gmp_RR init_dt,
gmp_RR min_dt,
gmp_RR epsilon,
int max_corr_steps,
gmp_RR infinity_threshold,
bool checkPrecision )
virtual

Implements Homotopy.

Definition at line 808 of file SLP-imp.hpp.

818{
819 (void) inputs;
820 (void) outputs;
822 (void) init_dt;
823 (void) min_dt;
824 (void) epsilon;
828 ERROR("track: not implemented for this type of ring");
829 return false;
830}
const int ERROR
Definition m2-mem.cpp:55

References ERROR.