![]() |
My Project
debian-1:4.1.1-p2+ds-4
|
#include <tgb_internal.h>
Public Member Functions | |
| SparseRow () | |
| SparseRow (int n) | |
| SparseRow (int n, const number_type *source) | |
| ~SparseRow () | |
Data Fields | |
| int * | idx_array |
| number_type * | coef_array |
| int | len |
Definition at line 509 of file tgb_internal.h.
Definition at line 515 of file tgb_internal.h.
Definition at line 521 of file tgb_internal.h.
|
inline |
Definition at line 527 of file tgb_internal.h.
Definition at line 534 of file tgb_internal.h.
| number_type* SparseRow< number_type >::coef_array |
Definition at line 513 of file tgb_internal.h.
| int* SparseRow< number_type >::idx_array |
Definition at line 512 of file tgb_internal.h.
| int SparseRow< number_type >::len |
Definition at line 514 of file tgb_internal.h.