|
| | TUNGraphMtx (const PUNGraph &GraphPt) |
| |
| | TUNGraphMtx (const TUNGraphMtx &GraphMtx) |
| |
| TUNGraphMtx & | operator= (const TUNGraphMtx &GraphMtx) |
| |
| int | PGetRows () const |
| |
| int | PGetCols () const |
| |
| void | PMultiply (const TFltVV &B, int ColId, TFltV &Result) const |
| |
| void | PMultiply (const TFltV &Vec, TFltV &Result) const |
| |
| void | PMultiplyT (const TFltVV &B, int ColId, TFltV &Result) const |
| |
| void | PMultiplyT (const TFltV &Vec, TFltV &Result) const |
| |
| | TMatrix () |
| |
| virtual | ~TMatrix () |
| |
| void | Multiply (const TFltVV &B, int ColId, TFltV &Result) const |
| |
| void | Multiply (const TFltV &Vec, TFltV &Result) const |
| |
| void | MultiplyT (const TFltVV &B, int ColId, TFltV &Result) const |
| |
| void | MultiplyT (const TFltV &Vec, TFltV &Result) const |
| |
| int | GetRows () const |
| |
| int | GetCols () const |
| |
| void | Transpose () |
| |
Undirected Graph Adjacency Matrix represented as sparse {0,1} row matrix. The class is used for computing spectral properties of graph adjacency matrices. The class assumes that node IDs have the range 0...Nodes-1.
Definition at line 29 of file gsvd.h.