reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
901 assert(M.getRows() != 0 && "No rows in matrix."); 902 assert(M.getCols() != 0 && "No cols in matrix."); 903 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; 904 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; 905 OS << M << '\n';