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.
Data struct for composite costs.
Eigen::Matrix< Scalar, -1, -1, Eigen::RowMajor > RowMatrixXs
ALIGATOR_DYNAMIC_TYPEDEFS(Scalar)
CompositeCostDataTpl(const int ndx, const int nu, shared_ptr< StageFunctionData > rdata)
shared_ptr< StageFunctionData > residual_data
Data struct for CostAbstractTpl.
Base struct for function data.