Searched refs:TAOVariableBoundsFunction (Results 1 – 3 of 3) sorted by relevance
102 cdef TAOVariableBoundsFunction
498 …def setVariableBounds(self, varbounds: tuple[Vec, Vec] | TAOVariableBoundsFunction, args: tuple[An… argument506 Either a tuple of `Vec` or a `TAOVariableBoundsFunction` callback.
422 TAOVariableBoundsFunction = Callable[[TAO, Vec, Vec], None] variable