abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sm_row_struct Struct Reference

#include <sparse.h>

Data Fields

int row_num
 
int length
 
int flag
 
sm_elementfirst_col
 
sm_elementlast_col
 
sm_rownext_row
 
sm_rowprev_row
 
char * user_word
 

Detailed Description

Definition at line 44 of file sparse.h.

Field Documentation

sm_element* sm_row_struct::first_col

Definition at line 48 of file sparse.h.

int sm_row_struct::flag

Definition at line 47 of file sparse.h.

sm_element* sm_row_struct::last_col

Definition at line 49 of file sparse.h.

int sm_row_struct::length

Definition at line 46 of file sparse.h.

sm_row* sm_row_struct::next_row

Definition at line 50 of file sparse.h.

sm_row* sm_row_struct::prev_row

Definition at line 51 of file sparse.h.

int sm_row_struct::row_num

Definition at line 45 of file sparse.h.

char* sm_row_struct::user_word

Definition at line 52 of file sparse.h.


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