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

#include <sparse.h>

Collaboration diagram for sm_row_struct:

Public Attributes

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.

Member Data Documentation

◆ first_col

sm_element* sm_row_struct::first_col

Definition at line 48 of file sparse.h.

◆ flag

int sm_row_struct::flag

Definition at line 47 of file sparse.h.

◆ last_col

sm_element* sm_row_struct::last_col

Definition at line 49 of file sparse.h.

◆ length

int sm_row_struct::length

Definition at line 46 of file sparse.h.

◆ next_row

sm_row* sm_row_struct::next_row

Definition at line 50 of file sparse.h.

◆ prev_row

sm_row* sm_row_struct::prev_row

Definition at line 51 of file sparse.h.

◆ row_num

int sm_row_struct::row_num

Definition at line 45 of file sparse.h.

◆ user_word

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: