Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi106 cdef TAOLSObjectiveGradientFunction
H A DTAO.pyx2354 …def setObjectiveGradient(self, objgrad: TAOLSObjectiveGradientFunction, args: tuple[Any, ...] | No… argument
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py437 TAOLSObjectiveGradientFunction = Callable[[TAOLineSearch, Vec, Vec], float] variable