|
SuperLU Distributed 9.0.0
gpu3d
|
#include "superlu_zdefs.h"
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) |
| 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 | ||
| ) |