EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
cs_dl_sparse Struct Reference

#include <cs.h>

Data Fields

cs_long_t nzmax
 
cs_long_t m
 
cs_long_t n
 
cs_long_tp
 
cs_long_ti
 
double * x
 
cs_long_t nz
 

Detailed Description

Definition at line 197 of file cs.h.

Field Documentation

cs_long_t* cs_dl_sparse::i

Definition at line 203 of file cs.h.

Referenced by cs_l_complex(), and cs_l_real().

cs_long_t cs_dl_sparse::m

Definition at line 200 of file cs.h.

Referenced by cs_l_complex().

cs_long_t cs_dl_sparse::n

Definition at line 201 of file cs.h.

Referenced by cs_l_complex().

cs_long_t cs_dl_sparse::nz

Definition at line 205 of file cs.h.

Referenced by cs_l_complex(), and cs_l_real().

cs_long_t cs_dl_sparse::nzmax

Definition at line 199 of file cs.h.

Referenced by cs_l_complex().

cs_long_t* cs_dl_sparse::p

Definition at line 202 of file cs.h.

Referenced by cs_l_complex(), and cs_l_real().

double* cs_dl_sparse::x

Definition at line 204 of file cs.h.

Referenced by cs_l_complex(), and cs_l_real().


The documentation for this struct was generated from the following file: