NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
mgpu::SparseMatrix Struct Reference

Detailed description

Definition at line 41 of file sparsematrix.h.

#include <sparsematrix.h>

Public Members

int height
 
int width
 
int nz
 
std::vector< int > csr
 
std::vector< int > cols
 
std::vector< double > matrix
 

Member Data Documentation

std::vector<int> mgpu::SparseMatrix::cols

Definition at line 44 of file sparsematrix.h.

std::vector<int> mgpu::SparseMatrix::csr

Definition at line 43 of file sparsematrix.h.

int mgpu::SparseMatrix::height

Definition at line 42 of file sparsematrix.h.

std::vector<double> mgpu::SparseMatrix::matrix

Definition at line 45 of file sparsematrix.h.

int mgpu::SparseMatrix::nz

Definition at line 42 of file sparsematrix.h.

int mgpu::SparseMatrix::width

Definition at line 42 of file sparsematrix.h.


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