SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
matrix_symbfact_t Struct Reference

Structure used for redistributing A for the symbolic factorization algorithm. More...

#include <psymbfact.h>

Public Attributes

int_tx_ainf
 
int_tind_ainf
 
int_tx_asup
 
int_tind_asup
 

Detailed Description

Structure used for redistributing A for the symbolic factorization algorithm.

Member Data Documentation

◆ ind_ainf

int_t * matrix_symbfact_t::ind_ainf

◆ ind_asup

int_t * matrix_symbfact_t::ind_asup

◆ x_ainf

int_t * matrix_symbfact_t::x_ainf

◆ x_asup

int_t * matrix_symbfact_t::x_asup

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