This file defines all Python bindings.
Definition in file panocpy.cpp.
#include <panoc-alm/decl/alm.hpp>#include <panoc-alm/inner/decl/panoc-stop-crit.hpp>#include <panoc-alm/inner/decl/panoc.hpp>#include <panoc-alm/inner/directions/lbfgs.hpp>#include <panoc-alm/inner/guarded-aa-pga.hpp>#include <panoc-alm/inner/panoc.hpp>#include <panoc-alm/inner/pga.hpp>#include <panoc-alm/inner/structured-panoc-lbfgs.hpp>#include <panoc-alm/standalone/panoc.hpp>#include <panoc-alm/util/solverstatus.hpp>#include <pybind11/attr.h>#include <pybind11/cast.h>#include <pybind11/chrono.h>#include <pybind11/detail/common.h>#include <pybind11/eigen.h>#include <pybind11/functional.h>#include <pybind11/iostream.h>#include <pybind11/pybind11.h>#include <pybind11/pytypes.h>#include <pybind11/stl.h>#include <memory>#include <optional>#include <stdexcept>#include <string>#include <tuple>#include <type_traits>#include <utility>#include "kwargs-to-struct.hpp"#include "polymorphic-inner-solver.hpp"#include "polymorphic-panoc-direction.hpp"#include "problem.hpp"
Include dependency graph for panocpy.cpp:Go to the source code of this file.
Macros | |
| #define | STRINGIFY(x) #x |
| #define | MACRO_STRINGIFY(x) STRINGIFY(x) |
Functions | |
| template<class DirectionProviderT > | |
| auto | PolymorphicPANOCConstructor () |
| template<class DirectionProviderT , class... DirectionArgumentsT> | |
| auto | PolymorphicPANOCConversion () |
| template<class DirectionProviderT > | |
| auto | PolymorphicPANOCDefaultConversion () |
| template<class InnerSolverT > | |
| auto | PolymorphicALMConstructor () |
| template<class InnerSolverT > | |
| auto | PolymorphicALMConstructorDefaultParams () |
| template<class InnerSolverT , class... InnerSolverArgumentsT> | |
| auto | PolymorphicALMConversion () |
| PYBIND11_MODULE (PANOCPY_MODULE_NAME, m) | |
| #define STRINGIFY | ( | x | ) | #x |
Definition at line 122 of file panocpy.cpp.
| #define MACRO_STRINGIFY | ( | x | ) | STRINGIFY(x) |
Definition at line 123 of file panocpy.cpp.
| auto PolymorphicPANOCConstructor | ( | ) |
Definition at line 48 of file panocpy.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| auto PolymorphicPANOCConversion | ( | ) |
| auto PolymorphicPANOCDefaultConversion | ( | ) |
Definition at line 77 of file panocpy.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| auto PolymorphicALMConstructor | ( | ) |
| auto PolymorphicALMConstructorDefaultParams | ( | ) |
| auto PolymorphicALMConversion | ( | ) |
Definition at line 110 of file panocpy.cpp.
| PYBIND11_MODULE | ( | PANOCPY_MODULE_NAME | , |
| m | |||
| ) |