![]() |
EVSL
1.1.0
EigenValues Slicing Library
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <math.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 () |
| #define max | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
Definition at line 10 of file Lan_MMRLanR.c.
Referenced by main().
| #define min | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a) : (b)) |
Definition at line 11 of file Lan_MMRLanR.c.
Referenced by main().
| int get_matrix_info | ( | FILE * | fmat, |
| io_t * | pio | ||
| ) |
| int main | ( | ) |
Definition at line 18 of file Lan_MMRLanR.c.
References _io_t::a, ASIGMABSolDirect(), _io_t::b, _ratparams::beta, BSolPol(), cooMat_to_csrMat(), csr_copy(), _BSolDataPol::deg, diagScalCsr(), evsl_timer(), EVSLFinish(), EVSLStart(), extrDiagCsr(), find_ratf(), _io_t::Fmt, _io_t::Fname1, _io_t::Fname2, free_coo(), free_csr(), free_rat(), FreeASIGMABSolDirect(), FreeBSolPolData(), get_matrix_info(), HB, LanDosG(), LanTrbounds(), _io_t::MatNam1, _io_t::MatNam2, max, MAX_LINE, min, _io_t::n_intv, _cooMat::nrows, _ratparams::num, _ratparams::pw, rand_double(), RatLanTr(), read_coo_MM(), set_ratf_def(), SetAMatrix(), SetASigmaBSol(), SetBMatrix(), SetBSol(), SetGenEig(), SetLTSol(), SetStdEig(), SetupASIGMABSolDirect(), SetupPolRec(), SetupPolSqrt(), sort_double(), spslicer2(), and _ratparams::zk.

1.8.6