Skip to content

Releases: acts-project/algebra-plugins

Algebra Plugins Beta 0.18.0

24 Mar 12:19
d5def77
Compare
Choose a tag to compare

Changes since v0.17.0:

  • Introduced SYCL tests for the eigen_cmath and eigen_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

01 Feb 12:29
f4e9c1c
Compare
Choose a tag to compare

Changes since v0.16.0:

  • Fix assert in cmath vector getter
  • Remove implicit conversions

Algebra Plugins Beta 0.16.0

24 Jan 12:24
39b6c0c
Compare
Choose a tag to compare

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

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