9#include <fmt/ostream.h>
14template <
typename Scalar>
25 shared_ptr<StageFunctionData> rdata)
35#ifdef ALIGATOR_ENABLE_TEMPLATE_INSTANTIATION
36#include "./composite-costs.txx"
Base definitions for ternary functions.
CostDataAbstractTpl< Scalar > Base
Eigen::Matrix< Scalar, -1, -1, Eigen::RowMajor > RowMatrixXs
ALIGATOR_DYNAMIC_TYPEDEFS(Scalar)
StageFunctionDataTpl< Scalar > StageFunctionData
CompositeCostDataTpl(const int ndx, const int nu, shared_ptr< StageFunctionData > rdata)
shared_ptr< StageFunctionData > residual_data
CostDataAbstractTpl(const int ndx, const int nu)
Base struct for function data.