EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
MMRLanR.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <math.h>
#include <complex.h>
#include "evsl.h"
#include "io.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))
 
#define TRIV_SLICER   0
 

Functions

int main ()
 

Macro Definition Documentation

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

Definition at line 11 of file MMRLanR.c.

Referenced by main().

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

Definition at line 12 of file MMRLanR.c.

Referenced by main().

#define TRIV_SLICER   0

Definition at line 13 of file MMRLanR.c.

Referenced by main().

Function Documentation

int main ( )