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

Functions

int zread_binary (FILE *fp, int_t *m, int_t *n, int_t *nnz, doublecomplex **nzval, int_t **rowind, int_t **colptr)
 
int zwrite_binary (int_t n, int_t nnz, doublecomplex *values, int_t *rowind, int_t *colptr)
 

Function Documentation

◆ zread_binary()

int zread_binary ( FILE *  fp,
int_t m,
int_t n,
int_t nnz,
doublecomplex **  nzval,
int_t **  rowind,
int_t **  colptr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwrite_binary()

int zwrite_binary ( int_t  n,
int_t  nnz,
doublecomplex values,
int_t rowind,
int_t colptr 
)