| H A D | TAO.pyx | 152 def create(self, comm: Comm | None = None) -> Self: 206 def setOptionsPrefix(self, prefix: str | None) -> None: 220 def appendOptionsPrefix(self, prefix: str | None) -> None: 309 …, objective: TAOObjectiveFunction, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument 334 …idual: TAOResidualFunction, Vec R, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument 361 …lFunction, Mat J=None, Mat P=None, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument 394 …: TAOGradientFunction, Vec g=None, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument 452 …ctiveGradientFunction, Vec g=None, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument 498 … Vec] | TAOVariableBoundsFunction, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument 534 …AOConstraintsFunction, Vec C=None, args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | No… argument [all …]
|