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

#include <cs.h>

Data Fields

int nzmax
 
int m
 
int n
 
int * p
 
int * i
 
double * x
 
int nz
 

Detailed Description

Definition at line 63 of file cs.h.

Field Documentation

int* cs_di_sparse::i

Definition at line 69 of file cs.h.

Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().

int cs_di_sparse::m

Definition at line 66 of file cs.h.

Referenced by cs_i_complex(), and SetupBSolDirect().

int cs_di_sparse::n

Definition at line 67 of file cs.h.

Referenced by cs_i_complex(), and SetupBSolDirect().

int cs_di_sparse::nz

Definition at line 71 of file cs.h.

Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().

int cs_di_sparse::nzmax

Definition at line 65 of file cs.h.

Referenced by cs_i_complex(), and SetupBSolDirect().

int* cs_di_sparse::p

Definition at line 68 of file cs.h.

Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().

double* cs_di_sparse::x

Definition at line 70 of file cs.h.

Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().


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