EVSL
1.1.0
EigenValues Slicing Library
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <math.h>
#include <omp.h>
#include "evsl.h"
#include "io.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 () |
#define max | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Definition at line 10 of file MMPLanR_omp.c.
Referenced by main().
#define min | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |
Definition at line 11 of file MMPLanR_omp.c.
Referenced by main().
#define TRIV_SLICER 0 |
Definition at line 12 of file MMPLanR_omp.c.
Referenced by main().
int main | ( | ) |
Definition at line 14 of file MMPLanR_omp.c.
References _io_t::a, _io_t::b, _polparams::bar, ChebLanTr(), cooMat_to_csrMat(), _polparams::deg, evsl_timer(), EVSLFinish(), EVSLStart(), find_pol(), _io_t::Fmt, _io_t::Fname, free_coo(), free_csr(), free_pol(), _polparams::gam, get_matrix_info(), HB, kpmdos(), LanTrbounds(), linspace(), _io_t::MatNam, max, MAX_LINE, min, _io_t::n_intv, _cooMat::nrows, rand_double(), read_coo_MM(), set_pol_def(), SetAMatrix(), sort_double(), spslicer(), TRIV_SLICER, and _polparams::type.