#include "ColPackHeaders.h"#include "stat.h"Go to the source code of this file.
Defines | |
| #define | TOP_DIR "." |
Functions | |
| int | f (string s_InputFile) |
| int | main (int argc, char **argv) |
Variables | |
| string | baseDir = TOP_DIR |
| #define TOP_DIR "." |
Definition at line 10 of file statistic_gathering.cpp.
| int f | ( | string | s_InputFile | ) |
Definition at line 273 of file statistic_gathering.cpp.
References diffVectors(), ColPack::GraphCore::GetEdgeCount(), ColPack::GraphCore::GetEdges(), ColPack::GraphCore::GetVertexCount(), ColPack::GraphCore::GetVertices(), Pause(), ColPack::GraphInputOutput::PrintGraph(), ColPack::GraphCore::PrintVertexD1Neighbor(), and SRC_FILE.

| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 19 of file statistic_gathering.cpp.
References CompressedRowMatricesREqual(), ConvertMatrixMarketFormatToRowCompressedFormat(), displayCompressedRowMatrix(), displayMatrix(), free_2DMatrix(), ColPack::BipartiteGraphPartialColoring::GetSeedMatrix_unmanaged(), MatrixMultiplication_SxV(), ColPack::BipartiteGraphPartialColoringInterface::PartialDistanceTwoColoring(), Pause(), ColPack::JacobianRecovery1D::RecoverD2Row_RowCompressedFormat(), and SRC_MEM_ADOLC.

| string baseDir = TOP_DIR |
Definition at line 14 of file statistic_gathering.cpp.
1.7.1