Home | History | Annotate | Download | only in ceres

Lines Matching refs:graph

37 #include "ceres/graph.h"
48 typedef Graph<ParameterBlock*> HessianGraph;
86 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program));
88 const VertexSet& vertices = graph->vertices();
96 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[0]);
103 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[1]);
109 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[2]);
117 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[3]);
131 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program));
132 EXPECT_EQ(graph->vertices().size(), 0);
140 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program));
142 const VertexSet& vertices = graph->vertices();
152 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[1]);
158 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[2]);
165 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[3]);