SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
c_fortran_pdgssvx_ABglobal.c File Reference
#include "superlu_ddefs.h"
Include dependency graph for c_fortran_pdgssvx_ABglobal.c:

Classes

struct  factors_dist_t
 

Macros

#define HANDLE_SIZE   8
 

Functions

int c_fortran_pdgssvx_ABglobal_ (int *iopt, int_t *n, int_t *nnz, int *nrhs, double *values, int_t *rowind, int_t *colptr, double *b, int *ldb, int grid_handle[HANDLE_SIZE], double *berr, int factors[HANDLE_SIZE], int *info)
 

Detailed Description

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Macro Definition Documentation

◆ HANDLE_SIZE

#define HANDLE_SIZE   8

Function Documentation

◆ c_fortran_pdgssvx_ABglobal_()

int c_fortran_pdgssvx_ABglobal_ ( int *  iopt,
int_t n,
int_t nnz,
int *  nrhs,
double *  values,
int_t rowind,
int_t colptr,
double *  b,
int *  ldb,
int  grid_handle[HANDLE_SIZE],
double *  berr,
int  factors[HANDLE_SIZE],
int *  info 
)
Here is the call graph for this function: