Does optimization in one parameter direction
optimise_one_coord_analytic(t, i, r, p, s, q)
t
: current time points, first has to be 0, last has to be 1i
: index of t that should be updatedr
: time points for p, first has to be 0, last has to be 1p
: square root velocity vectors, one less than time points in rs
: time points for q, first has to be 0, last has to be 1q
: square root velocity vectors, one less than time points in soptimal time points for q with respect to optimization only in the i-th coordinate direction
Useful links