SuperLU  5.0
Data Structures | Enumerations
supermatrix.h File Reference

Defines matrix types. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SuperMatrix
 
struct  NCformat
 
struct  NRformat
 
struct  SCformat
 
struct  SCPformat
 
struct  NCPformat
 
struct  DNformat
 
struct  NRformat_loc
 

Enumerations

enum  Stype_t {
  SLU_NC, SLU_NCP, SLU_NR, SLU_SC,
  SLU_SCP, SLU_SR, SLU_DN, SLU_NR_loc
}
 
enum  Dtype_t { SLU_S, SLU_D, SLU_C, SLU_Z }
 
enum  Mtype_t {
  SLU_GE, SLU_TRLU, SLU_TRUU, SLU_TRL,
  SLU_TRU, SLU_SYL, SLU_SYU, SLU_HEL,
  SLU_HEU
}
 

Enumeration Type Documentation

enum Dtype_t
Enumerator
SLU_S 
SLU_D 
SLU_C 
SLU_Z 
enum Mtype_t
Enumerator
SLU_GE 
SLU_TRLU 
SLU_TRUU 
SLU_TRL 
SLU_TRU 
SLU_SYL 
SLU_SYU 
SLU_HEL 
SLU_HEU 
enum Stype_t
Enumerator
SLU_NC 
SLU_NCP 
SLU_NR 
SLU_SC 
SLU_SCP 
SLU_SR 
SLU_DN 
SLU_NR_loc