Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi94 cdef TAOObjectiveGradientFunction
H A DTAO.pyx452 …def setObjectiveGradient(self, objgrad: TAOObjectiveGradientFunction, Vec g=None, args: tuple[Any,… argument
482 def getObjectiveAndGradient(self) -> tuple[Vec, TAOObjectiveGradientFunction]:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py398 TAOObjectiveGradientFunction = Callable[[TAO, Vec, Vec], float] variable