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

Functions

int sread_binary (FILE *fp, int_t *m, int_t *n, int_t *nnz, float **nzval, int_t **rowind, int_t **colptr)
 
int swrite_binary (int_t n, int_t nnz, float *values, int_t *rowind, int_t *colptr)
 

Function Documentation

◆ sread_binary()

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

◆ swrite_binary()

int swrite_binary ( int_t  n,
int_t  nnz,
float *  values,
int_t rowind,
int_t colptr 
)