Home
last modified time | relevance | path

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

/petsc/src/tao/linesearch/impls/unit/
H A Dunit.c14 static PetscErrorCode TaoLineSearchApply_Unit(TaoLineSearch ls, Vec x, PetscReal *f, Vec g, Vec ste… in TaoLineSearchApply_Unit() function
42 ls->ops->apply = TaoLineSearchApply_Unit; in TaoLineSearchCreate_Unit()