![]() |
EVSL
1.1.0
EigenValues Slicing Library
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include "def.h"#include "struct.h"#include "internal_proto.h"Go to the source code of this file.
Functions | |
| void | StatsPrint (FILE *fstats) |
| void | StatsReset () |
| void StatsPrint | ( | FILE * | fstats | ) |
Definition at line 14 of file stats.c.
References evslstat, _evslstat::n_mvA, _evslstat::n_mvB, _evslstat::n_polAv, _evslstat::n_ratAv, _evslstat::n_svASigB, _evslstat::n_svB, _evslstat::t_blas, _evslstat::t_eig, _evslstat::t_iter, _evslstat::t_mvA, _evslstat::t_mvB, _evslstat::t_polAv, _evslstat::t_ratAv, _evslstat::t_reorth, _evslstat::t_ritz, _evslstat::t_setASigBsv, _evslstat::t_setBsv, _evslstat::t_sth, _evslstat::t_svASigB, and _evslstat::t_svB.
Referenced by main().

| void StatsReset | ( | ) |
Definition at line 79 of file stats.c.
References evslstat.
Referenced by EVSLStart(), and main().

1.8.6