Stefano Zaghi
Stefano Zaghi
Add examples like "FURY within FFT" computations... is it viable to "wrap" procedures like Pint does?
Compuations with dimensional quantities have an overhead, please quantify it!
Presently only real quantity is provided, support also integer one.
Not sure if it is possible to use array syntax with `type(qreal)`... tests are need.
UOM definitions is based on string parsing, thus it is very trivial to load systems definitions from file... Probably, it is better to integrate [json-fortran](https://github.com/jacobwilliams/json-fortran) to read JSON input files.
+ [from vectorious](https://github.com/mateogianolio/vectorious/wiki) + [range](https://github.com/mateogianolio/vectorious/wiki/Vector-API#range) + [random](https://github.com/mateogianolio/vectorious/wiki/Vector-API#random) + [binop](https://github.com/mateogianolio/vectorious/wiki/Vector-API#binop) + [reduce](https://github.com/mateogianolio/vectorious/wiki/Vector-API#reduce) + [angle](https://github.com/mateogianolio/vectorious/wiki/Vector-API#angle) + [project](https://github.com/mateogianolio/vectorious/wiki/Vector-API#project) + [min/max](https://github.com/mateogianolio/vectorious/wiki/Vector-API#min) + [toarray](https://github.com/mateogianolio/vectorious/wiki/Vector-API#toarray) + [tostring](https://github.com/mateogianolio/vectorious/wiki/Vector-API#tostring)
Markdown and MaTiSSe lack of a standard syntax supporting citations. MaTiSSe should support citations... a starting point could be what has been already done by RMarkdown: http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html
It is useful to have null-box for manually spacing elements, like `vspace` and `hspace` of LaTeX. It should be easy to implement via the Box class.