02/19/2011: This program has been superseded by NETGEN 1.1.3.
01/29/2011: Version 1.1.2. Eigenvector centrality added. User can specify either to use Mata's internal routine to calculate eigenvectors and eigenvalue or use the power iteration algorithm. Some bugs have been fixed and the syntax has been changed slightly from version 1.1.1 - the project is still in its developmental process so please bear with me as the program gets closer (hopefully) to what the end product will look like. Thanks a lot.
The folder 'lsgl' found in the attachment includes the Mata functions list under version 1.1.1, as well as power.mata which implements the power method.
Some issues that need to be dealt with include increasing the algorithm speed and possibly handling zero weights (currently NETGEN can only handle strictly positive weights), among others...