NVBIO
|
Definition at line 43 of file sparsematrix.cpp.
Public Methods | |
bool | operator< (const MatrixElement &b) const |
Public Members | |
int | row |
int | col |
double | value |
|
inline |
Definition at line 46 of file sparsematrix.cpp.
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.