Releases: acts-project/algebra-plugins
Releases · acts-project/algebra-plugins
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
Algebra Plugins Beta 0.9.1
Release including the following updates since v0.9.0:
- Remove
size_type
parameter from frontend matrix actors
Algebra Plugins Beta 0.9.0
Release including the following updates since v0.8.0:
- Implementing
set_zero
,set_identity
,set_block
operations in matrix algebra
Algebra Plugins Beta 0.8.0
Release including the following updates since v0.7.0:
- Introduced the general matrix operations for the
cmath
backend. cmath::transform3
incmath
frontends are refactored with the matrix operations