Skip to content

Releases: miguelteixeiragomes/dimensional_analysis

Orientational analysis and generic container update

12 Nov 23:32
f47184f

Choose a tag to compare

Siano's orientational analysis is now supported. A new variadic template to form new dimensions was added. The generic container 'Quantity' now supports operations with other types that the contained type can operate with.

Generic dimensioned container and CUDA compatibility

09 Nov 00:46
5ba82f0

Choose a tag to compare

Added container for dimensioned quantities other than the built-in types. The library is now compatible with CUDA.

Compound assignment bug fix

03 Nov 14:52
e74f6a5

Choose a tag to compare

With dimensional analysis activated, the compound assignment operators are now working properly.

Dimensional Analysis

01 Nov 17:23

Choose a tag to compare

Implements standard dimensional analysis for the built-in types with fractional powers and functions 'pow', 'sqrt', and 'cbrt'.