Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dprogram_test.cc329 class NumParameterBlocksCostFunction : public CostFunction { class
331 NumParameterBlocksCostFunction() { in NumParameterBlocksCostFunction() function in ceres::internal::NumParameterBlocksCostFunction
338 virtual ~NumParameterBlocksCostFunction() { in ~NumParameterBlocksCostFunction()
363 problem.AddResidualBlock(new NumParameterBlocksCostFunction<1, 20>(), in TEST()