Searched refs:CreateHessianGraph (Results 1 – 3 of 3) sorted by relevance
49 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
86 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()
79 Graph<ParameterBlock*>* CreateHessianGraph(const Program& program);