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

Detailed description

Definition at line 43 of file sparsematrix.cpp.

Public Methods

bool operator< (const MatrixElement &b) const
 

Public Members

int row
 
int col
 
double value
 

Member Function Documentation

bool mgpu::MatrixElement::operator< ( const MatrixElement b) const
inline

Definition at line 46 of file sparsematrix.cpp.

Member Data Documentation

int mgpu::MatrixElement::col

Definition at line 44 of file sparsematrix.cpp.

int mgpu::MatrixElement::row

Definition at line 44 of file sparsematrix.cpp.

double mgpu::MatrixElement::value

Definition at line 45 of file sparsematrix.cpp.


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