Fastor V0.6.4 is an incremental change over V0.6.3. This release includes bug fixes and some new features
- Sleef backend for SIMD implementation of trigonometric and hyperbolic functions
- New tensor functions:
squeeze
,reshape
andflatten
[d8acd9f]. Refer to Wiki page for the documentation - More general support for complex-valued arithmetic and complex-valued tensor algebra such
lu
,solve
etc [c03811b] - Add top level CMake file for distribution of Fastor [8bc161e]. Contributed by @mablanchard
- Fix compile issue with type name printing [13b2a1c]. Contributed by @matthiasneuner
- Fix bug in determinant [e96e63f]. Contributed by @wermos
- Implement Singular-Value-Decomposition
svd
and Signed Singular-Value-Decompositionssvd
for small square matrices [6de6662] - Fix multiple bugs with TensorMaps [5980b41]