Releases: miguelteixeiragomes/dimensional_analysis
Releases · miguelteixeiragomes/dimensional_analysis
Orientational analysis and generic container update
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
Added container for dimensioned quantities other than the built-in types. The library is now compatible with CUDA.
Compound assignment bug fix
With dimensional analysis activated, the compound assignment operators are now working properly.
Dimensional Analysis
Implements standard dimensional analysis for the built-in types with fractional powers and functions 'pow', 'sqrt', and 'cbrt'.