EVSL
1.1.0
EigenValues Slicing Library
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "mmio.h"
#include "io.h"
#include "evsl.h"
Go to the source code of this file.
Macros | |
#define | ERR_IO 10 |
Functions | |
char * | mybasename (const char *name) |
int | get_matrix_info (FILE *fmat, io_t *pio) |
int | read_coo_MM (const char *matfile, int idxin, int idxout, cooMat *Acoo) |
int | findarg (const char *argname, ARG_TYPE type, void *val, int argc, char **argv) |
#define ERR_IO 10 |
Definition at line 9 of file io.c.
Referenced by get_matrix_info().
int findarg | ( | const char * | argname, |
ARG_TYPE | type, | ||
void * | val, | ||
int | argc, | ||
char ** | argv | ||
) |
int get_matrix_info | ( | FILE * | fmat, |
io_t * | pio | ||
) |