Home
last modified time | relevance | path

Searched refs:step_direction (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/linesearch/impls/unit/
H A Dunit.c14 …ErrorCode TaoLineSearchApply_Unit(TaoLineSearch ls, Vec x, PetscReal *f, Vec g, Vec step_direction) in TaoLineSearchApply_Unit() argument
19 PetscCall(VecAXPY(x, ls->step, step_direction)); in TaoLineSearchApply_Unit()