Public Attributes | List of all members
superlu_dist_data Struct Reference

Public Attributes

gridinfo_t * grid
 
SuperMatrix * A
 
SuperMatrix * AC
 
ScalePermstruct_t * ScalePermstruct
 
LUstruct_t * LUstruct
 
SOLVEstruct_t * SOLVEstruct
 
superlu_options_t * options
 
int_t rowequ
 
int_t colequ
 
double anorm
 

Detailed Description

Definition at line 46 of file superlu_dist.c.

Member Data Documentation

◆ A

SuperMatrix* superlu_dist_data::A

Definition at line 49 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ AC

SuperMatrix* superlu_dist_data::AC

Definition at line 50 of file superlu_dist.c.

Referenced by superlu_dist_global_matrix().

◆ anorm

double superlu_dist_data::anorm

Definition at line 57 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ colequ

int_t superlu_dist_data::colequ

Definition at line 56 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ grid

gridinfo_t* superlu_dist_data::grid

Definition at line 48 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ LUstruct

LUstruct_t* superlu_dist_data::LUstruct

Definition at line 52 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ options

superlu_options_t* superlu_dist_data::options

Definition at line 54 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ rowequ

int_t superlu_dist_data::rowequ

Definition at line 55 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ ScalePermstruct

ScalePermstruct_t* superlu_dist_data::ScalePermstruct

Definition at line 51 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix(), and superlu_dist_global_matrix().

◆ SOLVEstruct

SOLVEstruct_t* superlu_dist_data::SOLVEstruct

Definition at line 53 of file superlu_dist.c.

Referenced by superlu_dist_distributed_matrix().


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