Public Attributes | List of all members
factors_t Struct Reference

Public Attributes

SuperMatrix * L
 
SuperMatrix * U
 
int * perm_c
 
int * perm_r
 

Detailed Description

Definition at line 29 of file superlu.c.

Member Data Documentation

◆ L

SuperMatrix * factors_t::L

Definition at line 31 of file superlu.c.

Referenced by superlu(), and superlu_complex().

◆ perm_c

int * factors_t::perm_c

Definition at line 33 of file superlu.c.

Referenced by superlu(), and superlu_complex().

◆ perm_r

int * factors_t::perm_r

Definition at line 34 of file superlu.c.

Referenced by superlu(), and superlu_complex().

◆ U

SuperMatrix * factors_t::U

Definition at line 32 of file superlu.c.

Referenced by superlu(), and superlu_complex().


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