SuperLU  5.3.0
Data Fields
GlobalLU_t Struct Reference

#include <slu_util.h>

Collaboration diagram for GlobalLU_t:
Collaboration graph
[legend]

Data Fields

int * xsup
 
int * supno
 
int * lsub
 
int * xlsub
 
void * lusup
 
int * xlusup
 
void * ucol
 
int * usub
 
int * xusub
 
int nzlmax
 
int nzumax
 
int nzlumax
 
int n
 
LU_space_t MemModel
 
int num_expansions
 
ExpHeaderexpanders
 
LU_stack_t stack
 

Field Documentation

◆ expanders

ExpHeader* GlobalLU_t::expanders

◆ lsub

int* GlobalLU_t::lsub

◆ lusup

void* GlobalLU_t::lusup

◆ MemModel

LU_space_t GlobalLU_t::MemModel

◆ n

int GlobalLU_t::n

◆ num_expansions

int GlobalLU_t::num_expansions

◆ nzlmax

int GlobalLU_t::nzlmax

◆ nzlumax

int GlobalLU_t::nzlumax

◆ nzumax

int GlobalLU_t::nzumax

◆ stack

LU_stack_t GlobalLU_t::stack

◆ supno

int* GlobalLU_t::supno

◆ ucol

void* GlobalLU_t::ucol

◆ usub

int* GlobalLU_t::usub

◆ xlsub

int* GlobalLU_t::xlsub

◆ xlusup

int* GlobalLU_t::xlusup

◆ xsup

int* GlobalLU_t::xsup

◆ xusub

int* GlobalLU_t::xusub

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