This document summarizes two matrix computation algorithms:
1) PageRank, which computes the principal eigenvector of the Google matrix using an inner-outer iteration instead of the power method. This improves speed on large graphs.
2) Network alignment, which aligns two networks by solving an integer quadratic program to match nodes based on edge connections. Results show near-optimal alignment in minutes on large networks.
The talk provides context on these algorithms, theoretical background, and empirical results demonstrating faster performance on large real-world networks compared to alternative approaches.