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

Functions

int dread_binary (FILE *fp, int_t *m, int_t *n, int_t *nnz, double **nzval, int_t **rowind, int_t **colptr)
 
int dwrite_binary (int_t n, int_t nnz, double *values, int_t *rowind, int_t *colptr)
 

Function Documentation

◆ dread_binary()

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

◆ dwrite_binary()

int dwrite_binary ( int_t  n,
int_t  nnz,
double *  values,
int_t rowind,
int_t colptr 
)