Releases: acts-project/algebra-plugins
Releases · acts-project/algebra-plugins
Algebra Plugins Beta 0.18.0
Changes since v0.17.0:
- Introduced SYCL tests for the
eigen_cmath
andeigen_eigen
frontends; - Marked the actor functions as
const
to improve const-correctness; - Added Fastor as a full backend and frontend;
- Made the exported CMake configuration of the project work more reliably.
Algebra Plugins Beta 0.17.0
Changes since v0.16.0:
- Fix assert in cmath vector getter
- Remove implicit conversions
Algebra Plugins Beta 0.16.0
Release including the following updates since v0.15.0:
- Use a template for Eigen index parameters
- Use ALGEBRA_PLUGINS_USE_SYSTEM_LIBS across the board for configuration
Algebra Plugins Beta 0.15.0
Release including the following updates since v0.14.0:
- Allow use of system libraries by default
- Added Fastor as external library
- Added LU decomposition for
cmath
plugin
Algebra Plugins Beta 0.14.0
Release including the following updates since v0.13.0:
- The coordinates classes are removed and migrated to detray
Algebra Plugins Beta 0.13.0
Release including the following updates since v0.12.0:
- Add a constructor of
transform3
Algebra Plugins Beta 0.12.0
Release including the following updates since v0.11.0:
- Add matrix_inverse method in transform3 classes
- Allow dot product between SVector and SMatrix<N,1>
- Define Eigen matrix as Row major when the number of rows is one
Algebra Plugins Beta 0.11.0
Release including the following updates since v0.10.0:
- Clean up some unnecessary commented lines
- Use a simple array instead of simd_array in the vector method of
vc::cmath
frontend
Algebra Plugins Beta 0.10.0
Release including the following updates since v0.9.2:
- Support the operations (e.g. multiplication) between matrix and vector
Algebra Plugins Beta 0.9.2
Release including the following updates since v0.9.1:
- Add
size_type
to plugin namespace so that it is exposed to external projects