• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H13-Jun-2019-4,9444,019

m4/H13-Jun-2019-1,5991,297

man/H13-Jun-2019-914786

packaging/H13-Jun-2019-263196

src/H03-May-2022-10,0307,315

AUTHORSH A D18-Feb-2012136 43

COPYINGH A D18-Feb-2012631 1511

ChangeLogH A D13-Jun-2019911 1712

INSTALLH A D13-Jun-201916.4 KiB397307

Makefile.amH A D13-Jun-2019106 85

Makefile.inH A D13-Jun-201925.8 KiB826731

READMEH A D18-Feb-2012920 1413

aclocal.m4H A D13-Jun-201953.7 KiB1,5021,354

config.h.inH A D13-Jun-20193.2 KiB13593

configureH A D13-Jun-2019326.6 KiB11,9309,888

configure.acH A D13-Jun-20195.9 KiB215162

README

1ATTENTION:
2use --rrecover and --wrecover options with catution:
3first: run treekin with -w, i.e. let it diagonalize the input matrix once and write
4       the eigenvalues and eigenvectors to the corresponding *.{evals,evecs}.bin files
5second: run treekin with the -r option, i.e let it read those *.{evals,evecs}.bin files
6        and do ONLY the iteration (no diagonalization)
7NOTE: when using --rrecover and --wrecover option in combination with the -a option,
8      treekin assumes that the absorbing state between consecutive calls of the program
9      are the _same_ (since the information about the absorbing state influences the
10      transition matrix).
11      If you change the -a option while calling treekin with --rrecover, treekin will
12      produce junk output (since the transition matrix that has been diagonalized earlier
13      is different from the current one, due to the different absorbing state)
14