EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
Lan_MMPLanR.c File Reference
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include "io.h"
#include "evsl.h"
#include "evsl_direct.h"

Go to the source code of this file.

Macros

#define max(a, b)   ((a) > (b) ? (a) : (b))
 
#define min(a, b)   ((a) < (b) ? (a) : (b))
 

Functions

int read_coo_MM (const char *matfile, int idxin, int idxout, cooMat *Acoo)
 
int get_matrix_info (FILE *fmat, io_t *pio)
 
int main ()
 

Macro Definition Documentation

#define max (   a,
 
)    ((a) > (b) ? (a) : (b))

Definition at line 10 of file Lan_MMPLanR.c.

Referenced by main().

#define min (   a,
 
)    ((a) < (b) ? (a) : (b))

Definition at line 11 of file Lan_MMPLanR.c.

Referenced by main().

Function Documentation

int get_matrix_info ( FILE *  fmat,
io_t pio 
)

Definition at line 22 of file io.c.

Referenced by main().

Here is the caller graph for this function:

int main ( )
int read_coo_MM ( const char *  matfile,
int  idxin,
int  idxout,
cooMat Acoo 
)

Definition at line 66 of file io.c.

Referenced by main().

Here is the caller graph for this function: