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

#include <sparse.h>

Data Fields

sm_row ** rows
 
int rows_size
 
sm_col ** cols
 
int cols_size
 
sm_rowfirst_row
 
sm_rowlast_row
 
int nrows
 
sm_colfirst_col
 
sm_collast_col
 
int ncols
 
char * user_word
 

Detailed Description

Definition at line 74 of file sparse.h.

Field Documentation

sm_col** sm_matrix_struct::cols

Definition at line 77 of file sparse.h.

int sm_matrix_struct::cols_size

Definition at line 78 of file sparse.h.

sm_col* sm_matrix_struct::first_col

Definition at line 82 of file sparse.h.

sm_row* sm_matrix_struct::first_row

Definition at line 79 of file sparse.h.

sm_col* sm_matrix_struct::last_col

Definition at line 83 of file sparse.h.

sm_row* sm_matrix_struct::last_row

Definition at line 80 of file sparse.h.

int sm_matrix_struct::ncols

Definition at line 84 of file sparse.h.

int sm_matrix_struct::nrows

Definition at line 81 of file sparse.h.

sm_row** sm_matrix_struct::rows

Definition at line 75 of file sparse.h.

int sm_matrix_struct::rows_size

Definition at line 76 of file sparse.h.

char* sm_matrix_struct::user_word

Definition at line 85 of file sparse.h.


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