|
SNAP Library , Developer Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|

Go to the source code of this file.
Namespaces | |
| namespace | TSnap |
| Main namespace for all the Snap global entities. | |
| namespace | TSnap::TSnapDetail |
Functions | |
| void | TSnap::SetAllInvertSign (TFltV &ValV, const double &Val) |
| bool | TSnap::IsAllValVNeg (TFltV &ValV, const bool &InvertSign) |
| 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::GetInvParticipRat (const TFltV &EigVec) |