MCPcopy Create free account
hub / github.com/Bziyue/SplineTrajectory / backwardGrad

Method backwardGrad

test_spline_optimizer.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140struct ScalingSpatialMap
141{
142 using VectorType = Eigen::Matrix<double, DIM, 1>;
143
144 explicit ScalingSpatialMap(double scale_in = 1.0) : scale(scale_in) {}
145
146 int getUnconstrainedDim(int index) const
147 {
148 (void)index;
149 return DIM;
150 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected