calculates the minimum of a spherical harminc
Syntax
Output
v | double |
pos | vector3d |
Options
STARTINGNODES | starting nodes of type vector3d |
LAMBDA | regularization parameter |
TAU | tolerance |
MU | in (0, 0.5) for Armijo condition |
KMAX | maximal iterations |
TAULS | in (0, 1) alpha(k+1) = tauLS*alpha(k) |
KMAXLS | maximal iterations for line search |