| 
    SNAP Library 2.2, User Reference
    2014-03-11 19:15:55
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 
Go to the source code of this file.
Classes | |
| class | TNGraphMtx | 
| class | TUNGraphMtx | 
Namespaces | |
| namespace | TSnap | 
| Main namespace for all the Snap global entities.  | |
| namespace | TSnap::TSnapDetail | 
Functions | |
| void | TSnap::GetSngVals (const PNGraph &Graph, const int &SngVals, TFltV &SngValV) | 
| Computes largest SngVals singular values of the adjacency matrix representing a directed Graph.   | |
| 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.   | |
| 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.   | |
| void | TSnap::GetEigVec (const PUNGraph &Graph, TFltV &EigVecV) | 
| Computes the leading eigenvector of the adjacency matrix representing a given undirected Graph.   | |
| 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.   | |
| void | TSnap::GetInvParticipRat (const PUNGraph &Graph, int MaxEigVecs, int TimeLimit, TFltPrV &EigValIprV) | 
| double | TSnap::TSnapDetail::GetInvParticipRatEig (const TFltV &EigVec) |