Stefano Zaghi

Results 88 issues of Stefano Zaghi

Add examples like "FURY within FFT" computations... is it viable to "wrap" procedures like Pint does?

enhancement
help wanted
question

Compuations with dimensional quantities have an overhead, please quantify it!

enhancement

Presently only real quantity is provided, support also integer one.

enhancement

Not sure if it is possible to use array syntax with `type(qreal)`... tests are need.

enhancement
question

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.

enhancement

+ [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)

enhancement

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

enhancement

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.

enhancement