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

#include <cs.h>

Data Fields

int nzmax
 
int m
 
int n
 
int * p
 
int * i
 
cs_complex_tx
 
int nz
 

Detailed Description

Definition at line 337 of file cs.h.

Field Documentation

int* cs_ci_sparse::i

Definition at line 343 of file cs.h.

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

int cs_ci_sparse::m

Definition at line 340 of file cs.h.

Referenced by cs_i_real(), and SetupASIGMABSolDirect().

int cs_ci_sparse::n

Definition at line 341 of file cs.h.

Referenced by cs_i_real(), and SetupASIGMABSolDirect().

int cs_ci_sparse::nz

Definition at line 345 of file cs.h.

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

int cs_ci_sparse::nzmax

Definition at line 339 of file cs.h.

Referenced by cs_i_real(), and SetupASIGMABSolDirect().

int* cs_ci_sparse::p

Definition at line 342 of file cs.h.

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

cs_complex_t* cs_ci_sparse::x

Definition at line 344 of file cs.h.

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


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