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
;
821
(
void
)
output_extras
;
822
(
void
)
init_dt
;
823
(
void
)
min_dt
;
824
(
void
)
epsilon
;
825
(
void
)
max_corr_steps
;
826
(
void
)
infinity_threshold
;
827
(
void
)
checkPrecision
;
828
ERROR
(
"track: not implemented for this type of ring"
);
829
return
false
;
830
}
HomotopyConcrete
Definition
SLP-defs.hpp:378
ERROR
const int ERROR
Definition
m2-mem.cpp:55
References
ERROR
.
HomotopyConcrete
Generated on
for Macaulay2 Engine by
1.15.0