scisparse Struct Reference

#include <scilab/modules/core/includes/stack-c.h>


Data Fields

integer m
integer n
integer it
integer nel
integermnel
integericol
double * R
double * I


Detailed Description

Structure used for sparse matrix

Definition at line 43 of file stack-c.h.


Field Documentation

integer scisparse::m

Definition at line 44 of file stack-c.h.

Referenced by getlistrhsvar(), getrhsvar(), and NewSparse().

integer scisparse::n

Definition at line 45 of file stack-c.h.

Referenced by getlistrhsvar(), getrhsvar(), and NewSparse().

integer scisparse::it

Definition at line 46 of file stack-c.h.

Referenced by FreeSparse(), getlistrhsvar(), getrhsvar(), and NewSparse().

integer scisparse::nel

number of non nul elements

Definition at line 47 of file stack-c.h.

Referenced by getlistrhsvar(), getrhsvar(), and NewSparse().

integer* scisparse::mnel

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().

integer* scisparse::icol

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().


The documentation for this struct was generated from the following file:
Generated on Sun Mar 4 16:15:20 2007 for Scilab [trunk] by  doxygen 1.5.1