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) |