All Classes Files Functions Variables Pages
Public Attributes | List of all members
CSC_MATRIX Struct Reference

Struct defining matrix in Compact Sparse Column (CSC) format. More...

#include <graph.h>

Public Attributes

int n
 
int nnz
 
std::vector< int > irow
 
std::vector< int > pcol
 
std::vector< double > vals
 

Detailed Description

Struct defining matrix in Compact Sparse Column (CSC) format.

Member Data Documentation

std::vector<int> CSC_MATRIX::irow

number of nonzero elements

int CSC_MATRIX::nnz

dimension of matrix

std::vector<int> CSC_MATRIX::pcol

row index of all non zero elements

std::vector<double> CSC_MATRIX::vals

pointer to beginning of each column


The documentation for this struct was generated from the following file:

Generated on Thu Oct 11 2018 12:36:17 for by  doxygen 1.8.5