#include <consys.h>
Collaboration diagram for coeff_struct_tag:
Public Attributes | |
rowhdr_struct_tag * | rowhdr |
colhdr_struct_tag * | colhdr |
double | val |
coeff_struct_tag * | rownxt |
coeff_struct_tag * | colnxt |
Definition at line 102 of file consys.h.
double coeff_struct_tag::val |