Lines Matching refs:Matrix
33 typedef typename GraphT::Matrix Matrix;
42 const Matrix &ECosts = G.getEdgeCosts(EId);
77 typedef typename GraphT::Matrix Matrix;
95 const Matrix *YXECosts = FlipEdge1 ?
96 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
99 const Matrix *ZXECosts = FlipEdge2 ?
100 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
133 const Matrix &YZECosts = G.getEdgeCosts(YZEId);
181 typedef typename GraphT::Matrix Matrix;
202 const Matrix& edgeCosts = G.getEdgeCosts(EId);