Searched refs:TAOLSObjectiveGradientFunction (Results 1 – 3 of 3) sorted by relevance
106 cdef TAOLSObjectiveGradientFunction
2354 …def setObjectiveGradient(self, objgrad: TAOLSObjectiveGradientFunction, args: tuple[Any, ...] | No… argument
437 TAOLSObjectiveGradientFunction = Callable[[TAOLineSearch, Vec, Vec], float] variable