EVSL
1.1.0
EigenValues Slicing Library
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <math.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 () |
int main | ( | ) |
Definition at line 13 of file MMPSI.c.
References _io_t::a, _io_t::b, _polparams::bar, ChebSI(), cooMat_to_csrMat(), _polparams::damping, _polparams::deg, 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_LINE, _io_t::n_intv, _cooMat::nrows, rand_double(), read_coo_MM(), set_pol_def(), SetAMatrix(), sort_double(), spslicer(), _polparams::thresh_int, and TRIV_SLICER.