ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
sm_matrix_struct Struct Reference

#include <sparse.h>

Collaboration diagram for sm_matrix_struct:

Public Attributes

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.

Member Data Documentation

◆ cols

sm_col** sm_matrix_struct::cols

Definition at line 77 of file sparse.h.

◆ cols_size

int sm_matrix_struct::cols_size

Definition at line 78 of file sparse.h.

◆ first_col

sm_col* sm_matrix_struct::first_col

Definition at line 82 of file sparse.h.

◆ first_row

sm_row* sm_matrix_struct::first_row

Definition at line 79 of file sparse.h.

◆ last_col

sm_col* sm_matrix_struct::last_col

Definition at line 83 of file sparse.h.

◆ last_row

sm_row* sm_matrix_struct::last_row

Definition at line 80 of file sparse.h.

◆ ncols

int sm_matrix_struct::ncols

Definition at line 84 of file sparse.h.

◆ nrows

int sm_matrix_struct::nrows

Definition at line 81 of file sparse.h.

◆ rows

sm_row** sm_matrix_struct::rows

Definition at line 75 of file sparse.h.

◆ rows_size

int sm_matrix_struct::rows_size

Definition at line 76 of file sparse.h.

◆ user_word

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: