#include <scilab/modules/core/includes/stack-c.h>
Data Fields | |
| integer | m |
| integer | n |
| integer | it |
| integer | nel |
| integer * | mnel |
| integer * | icol |
| double * | R |
| double * | I |
Definition at line 43 of file stack-c.h.
Definition at line 44 of file stack-c.h.
Referenced by getlistrhsvar(), getrhsvar(), and NewSparse().
Definition at line 45 of file stack-c.h.
Referenced by getlistrhsvar(), getrhsvar(), and NewSparse().
Definition at line 46 of file stack-c.h.
Referenced by FreeSparse(), getlistrhsvar(), getrhsvar(), and NewSparse().
number of non nul elements
Definition at line 47 of file stack-c.h.
Referenced by getlistrhsvar(), getrhsvar(), and NewSparse().
mnel[i]: number of non nul elements of row i, size m
Definition at line 48 of file stack-c.h.
Referenced by FreeSparse(), getlistrhsvar(), getrhsvar(), and NewSparse().
icol[j]: column of the j-th non nul element, size nel
Definition at line 49 of file stack-c.h.
Referenced by FreeSparse(), getlistrhsvar(), getrhsvar(), and NewSparse().
| double* scisparse::R |
R[j]: real value of the j-th non nul element, size nel
Definition at line 50 of file stack-c.h.
Referenced by FreeSparse(), getlistrhsvar(), getrhsvar(), and NewSparse().
| double* scisparse::I |
I[j]: imag value of the j-th non nul element, size nel
Definition at line 51 of file stack-c.h.
Referenced by FreeSparse(), getlistrhsvar(), getrhsvar(), and NewSparse().
1.5.1