EVSL
1.1.0
EigenValues Slicing Library
|
#include "evsl.h"
Go to the source code of this file.
Data Structures | |
struct | _io_t |
Macros | |
#define | MAX_MAT 100 |
#define | MAX_LINE 1024 |
#define | MaxNamLen 64 |
#define | HB 1 |
#define | MM0 2 |
#define | MM1 3 |
#define | UNK 4 |
Typedefs | |
typedef struct _io_t | io_t |
Enumerations | |
enum | ARG_TYPE { INT, DOUBLE, STR, NA, INT, DOUBLE, STR, NA } |
Functions | |
int | get_matrix_info (FILE *fmat, io_t *pio) |
int | read_coo_MM (const char *matfile, int idxin, int idxout, cooMat *Acoo) |
#define MAX_LINE 1024 |
Definition at line 5 of file io.h.
Referenced by get_matrix_info(), main(), and read_coo_MM().
#define MaxNamLen 64 |
Definition at line 6 of file io.h.
Referenced by get_matrix_info().
#define MM0 2 |
Definition at line 8 of file io.h.
Referenced by get_matrix_info().
#define MM1 3 |
Definition at line 9 of file io.h.
Referenced by get_matrix_info().