Defines class for a graph object and struct for a matrix stored in compact sparse column format. See CSC_MATRIX and Graph class for more information. More...
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | CSC_MATRIX |
Struct defining matrix in Compact Sparse Column (CSC) format. More... | |
class | Graph |
TODO: Give description of Graph class and add comments to each function. More... | |
Defines class for a graph object and struct for a matrix stored in compact sparse column format. See CSC_MATRIX and Graph class for more information.