Home
last modified time | relevance | path

Searched refs:DummyCostFunction (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dparameter_block_ordering_test.cc52 class DummyCostFunction: public SizedCostFunction<M, N1, N2, N3> { class
71 problem_.AddResidualBlock(new DummyCostFunction<2, 3>, NULL, x_); in SetUp()
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_); in SetUp()
73 problem_.AddResidualBlock(new DummyCostFunction<3, 3, 5>, NULL, x_, z_); in SetUp()
74 problem_.AddResidualBlock(new DummyCostFunction<7, 5, 3>, NULL, z_, x_); in SetUp()
75 problem_.AddResidualBlock(new DummyCostFunction<1, 5, 3, 6>, NULL, in SetUp()