#include <stdio.h>#include <stdlib.h>#include "slu_ddefs.h"
Functions | |
| int | dDumpLine (FILE *fp) |
| Eat up the rest of the current line. | |
| int | dParseIntFormat (char *buf, int *num, int *size) |
| int | dParseFloatFormat (char *buf, int *num, int *size) |
| int | dReadValues (FILE *fp, int n, double *destination, int perline, int persize) |
| void | dreadhb (FILE *fp, int *nrow, int *ncol, int *nonz, double **nzval, int **rowind, int **colptr) |
| Auxiliary routines. | |
| int dDumpLine | ( | FILE * | fp | ) |
Eat up the rest of the current line.

| int dParseFloatFormat | ( | char * | buf, | |
| int * | num, | |||
| int * | size | |||
| ) |

| int dParseIntFormat | ( | char * | buf, | |
| int * | num, | |||
| int * | size | |||
| ) |

| void dreadhb | ( | FILE * | fp, | |
| int * | nrow, | |||
| int * | ncol, | |||
| int * | nonz, | |||
| double ** | nzval, | |||
| int ** | rowind, | |||
| int ** | colptr | |||
| ) |
Auxiliary routines.

| int dReadValues | ( | FILE * | fp, | |
| int | n, | |||
| double * | destination, | |||
| int | perline, | |||
| int | persize | |||
| ) |

1.6.1