COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 Ccopp::Boundary2Second-order endpoint boundary values
 Ccopp::Boundary3Third-order endpoint boundary values
 Ccopp::ConstraintsOwning raw constraint-buffer facade
 Ccopp::ConstraintsRefNon-owning view of a Rust-backed constraint buffer
 Ccopp::ErrorInfoLightweight error payload returned by no-throw APIs
 Ccopp::Expected< T >Small C++17 expected-like result used by no-throw overloads
 Ccopp::IndexIntervalClosed station-index interval used by TOPP/COPP problem descriptors
 Ccopp::Jet3Third-order forward-mode automatic-differentiation scalar
 Ccopp::clarabel::LinearSolverInfoLinear solver metadata captured from Clarabel after a solve
 Ccopp::MatrixLightweight owned column-major matrix
 Ccopp::MatrixRefMutable column-major matrix view used by callback APIs
 Ccopp::MatrixViewNon-owning view of a two-dimensional double matrix
 Ccopp::clarabel::detail::NoInitTag
 Ccopp::NoThrowTagTag object selecting no-throw overloads
 Ccopp::ObjectiveOwning objective descriptor used by C++ COPP solver problem objects
 Ccopp::clarabel::OptionsShared Clarabel options for COPP/TOPP SOCP-style solvers
 Ccopp::solver::topp2_ra::OptionsOptions shared by TOPP2-RA and TOPP2 reachable-set construction
 Ccopp::PathGeometric path wrapper backed by Rust Path
 Ccopp::PathDerivativesResult of path evaluation
 Ccopp::solver::copp2_socp::ProblemCOPP2-SOCP problem descriptor
 Ccopp::solver::copp3_socp::ProblemCOPP3-SOCP problem descriptor
 Ccopp::solver::topp2_ra::ProblemTOPP2 problem descriptor
 Ccopp::solver::topp3::ProblemPrepared TOPP3 problem descriptor
 Ccopp::Profile3rdOwned third-order TOPP/COPP profile
 Ccopp::Profile3rdRefBorrowed third-order TOPP/COPP profile view
 Ccopp::solver::topp2_ra::ReachSetReachable interval result for second-order state a = (ds/dt)^2
 Ccopp::solver::copp2_socp::ResultExpert COPP2-SOCP result with raw Clarabel diagnostics
 Ccopp::solver::topp3::ResultExpert third-order Clarabel result
 Ccopp::RobotRobot facade backed by Rust Robot<CppRobotModel>
 Cstd::runtime_error
 Ccopp::ErrorException type thrown by the default C++ API
 Ccopp::clarabel::SettingsAdvanced raw Clarabel settings
 Ccopp::Span< T >Non-owning view of a contiguous one-dimensional array
 Ccopp::SplineConfigConfiguration for waypoint spline construction
 Ccopp::solver::topp3::StationaryBoundsUser-supplied upper bound for stationary boundary intervals
 Ccopp::interpolation::TimeGridOptionsOptions for generating a uniform s(t) sampling grid
 Ccopp::interpolation::TimeProfileCumulative time profile returned by s_to_t_topp2
 CToyArmDynamics