README.md

changeset 20
8b80aa64adec
parent 17
c4c2ab568324
equal deleted inserted replaced
19:63849571a046 20:8b80aa64adec
10 * Linked lists and writing them to log files. 10 * Linked lists and writing them to log files.
11 * Structs: iteration, field replacement 11 * Structs: iteration, field replacement
12 * Calculation of norms, dot products, projections 12 * Calculation of norms, dot products, projections
13 * Conditional thread execution macros 13 * Conditional thread execution macros
14 * Template for conveniently writing iterative algorithms using `do`-block anonymous functions as algorithm steps, with visualisation/verbosity implemented generally in iterator. 14 * Template for conveniently writing iterative algorithms using `do`-block anonymous functions as algorithm steps, with visualisation/verbosity implemented generally in iterator.
15 * Abstract linear operators with arbitrary domains and codomains; `LinOp{X,Y}`.
15 16
16 The code is used by [ImageTools][] and both, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>. 17 The code is used by [ImageTools][] and both, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>.
17 18
18 ## Installation 19 ## Installation
19 20

mercurial