Lines Matching defs:matrix
3507 // Connectivity matrix of (elements X matchers), in element-major order.
3527 // Treating the connectivity matrix as a (LhsSize()*RhsSize())-bit number,
3546 // a (ilhs, irhs) matrix coordinate into an offset.
3586 const MatchMatrix& matrix,
3589 bool FindPairing(const MatchMatrix& matrix,
3644 MatchMatrix matrix =
3648 return VerifyMatchMatrix(element_printouts, matrix, listener) &&
3649 FindPairing(matrix, listener);
3671 MatchMatrix matrix(num_elements, matchers_.size());
3675 matrix.SetEdge(ilhs, irhs, *did_match_iter++ != 0);
3678 return matrix;