Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi93 cdef TAOGradientFunction
H A DTAO.pyx394 …def setGradient(self, gradient: TAOGradientFunction, Vec g=None, args: tuple[Any, ...] | None = No… argument
436 def getGradient(self) -> tuple[Vec, TAOGradientFunction]:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py395 TAOGradientFunction = Callable[[TAO, Vec, Vec], None] variable