Skip to content

Releases: acts-project/algebra-plugins

Algebra Plugins Beta 0.15.0

22 Nov 00:01
8d53967
Compare
Choose a tag to compare

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

22 Sep 23:33
d02455f
Compare
Choose a tag to compare

Release including the following updates since v0.13.0:

  • The coordinates classes are removed and migrated to detray

Algebra Plugins Beta 0.13.0

11 Jun 03:34
55636db
Compare
Choose a tag to compare

Release including the following updates since v0.12.0:

  • Add a constructor of transform3

Algebra Plugins Beta 0.12.0

29 Apr 04:06
b55b8db
Compare
Choose a tag to compare

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

28 Apr 08:07
0e17480
Compare
Choose a tag to compare

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

15 Apr 22:47
38966fb
Compare
Choose a tag to compare

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

01 Apr 04:49
a2c3e5d
Compare
Choose a tag to compare

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

31 Mar 22:15
030f40a
Compare
Choose a tag to compare

Release including the following updates since v0.9.0:

  • Remove size_type parameter from frontend matrix actors

Algebra Plugins Beta 0.9.0

31 Mar 18:59
3a89a8a
Compare
Choose a tag to compare

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

26 Mar 00:19
cbc4208
Compare
Choose a tag to compare

Release including the following updates since v0.7.0:

  • Introduced the general matrix operations for the cmath backend.
  • cmath::transform3 in cmath frontends are refactored with the matrix operations