Go to the source code of this file.
 | 
| void  | TSnap::GetSngVals (const PNGraph &Graph, const int &SngVals, TFltV &SngValV) | 
|   | Computes largest SngVals singular values of the adjacency matrix representing a directed Graph.  More...
  | 
|   | 
| void  | TSnap::GetSngVec (const PNGraph &Graph, TFltV &LeftSV, TFltV &RightSV) | 
|   | Computes the leading left and right singular vector of the adjacency matrix representing a directed Graph.  More...
  | 
|   | 
| void  | TSnap::GetSngVec (const PNGraph &Graph, const int &SngVecs, TFltV &SngValV, TVec< TFltV > &LeftSV, TVec< TFltV > &RightSV) | 
|   | 
| void  | TSnap::GetEigVals (const PUNGraph &Graph, const int &EigVals, TFltV &EigValV) | 
|   | Computes top EigVals eigenvalues of the adjacency matrix representing a given undirected Graph.  More...
  | 
|   | 
| void  | TSnap::GetEigVec (const PUNGraph &Graph, TFltV &EigVecV) | 
|   | Computes the leading eigenvector of the adjacency matrix representing a given undirected Graph.  More...
  | 
|   | 
| void  | TSnap::GetEigVec (const PUNGraph &Graph, const int &EigVecs, TFltV &EigValV, TVec< TFltV > &EigVecV) | 
|   | Computes top EigVecs eigenvalues and eigenvectors of the adjacency matrix representing a given undirected Graph.  More...
  | 
|   | 
| void  | TSnap::GetInvParticipRat (const PUNGraph &Graph, int MaxEigVecs, int TimeLimit, TFltPrV &EigValIprV) | 
|   | 
| double  | TSnap::TSnapDetail::GetInvParticipRatEig (const TFltV &EigVec) | 
|   |