Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dparameter_block_ordering.cc49 scoped_ptr<Graph< ParameterBlock*> > graph(CreateHessianGraph(program)); in ComputeStableSchurOrdering()
75 scoped_ptr<Graph< ParameterBlock*> > graph(CreateHessianGraph(program)); in ComputeSchurOrdering()
94 scoped_ptr<Graph< ParameterBlock*> > graph(CreateHessianGraph(program)); in ComputeRecursiveIndependentSetOrdering()
113 CreateHessianGraph(const Program& program) { in CreateHessianGraph() function
Dparameter_block_ordering_test.cc86 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program)); in TEST_F()
131 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program)); in TEST_F()
140 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program)); in TEST_F()
Dparameter_block_ordering.h79 Graph<ParameterBlock*>* CreateHessianGraph(const Program& program);