#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "slu_mt_ddefs.h"
Functions | |
int_t | dDumpLine (FILE *fp) |
int_t | dParseIntFormat (char *buf, int_t *num, int_t *size) |
int_t | dParseFloatFormat (char *buf, int_t *num, int_t *size) |
int_t | dReadVector (FILE *fp, int_t n, int_t *where, int_t perline, int_t persize) |
int_t | dReadValues (FILE *fp, int_t n, double *destination, int_t perline, int_t persize) |
void | dreadhb (int_t *nrow, int_t *ncol, int_t *nonz, double **nzval, int_t **rowind, int_t **colptr) |
int_t dDumpLine | ( | FILE * | fp | ) |
void dreadhb | ( | int_t * | nrow, | |
int_t * | ncol, | |||
int_t * | nonz, | |||
double ** | nzval, | |||
int_t ** | rowind, | |||
int_t ** | colptr | |||
) |