Skip to content

Releases: tomstewart89/BasicLinearAlgebra

5.1

Choose a tag to compare

@tomstewart89 tomstewart89 released this 09 Jul 11:16
399597b

What's Changed

Full Changelog: 5.0...5.1

5.0

5.0

Choose a tag to compare

@tomstewart89 tomstewart89 released this 14 Jun 07:16
0667583

Breaking Changes

  • Dropped support for printing Matrixs and other types to Serial using the << operator. Instead Matrix now implements arduino's Printable interface so it can be printed using Serial.print / Serial.println

What's Changed

New Contributors

Full Changelog: 4.3...5.0

Version 4.3

Choose a tag to compare

@tomstewart89 tomstewart89 released this 01 Jan 04:48
b302d92
Increment version number

More bugfixes for 4.0

Choose a tag to compare

@tomstewart89 tomstewart89 released this 01 Jan 04:45
4997f23

What's Changed

Full Changelog: 4.1...4.2

Minor bugfixes

Choose a tag to compare

@tomstewart89 tomstewart89 released this 29 Aug 12:14
94f2bdf

What's Changed

Full Changelog: 4.0...4.1

Add numeric numeric differentiation, logical operators and cholesky decomposition

Choose a tag to compare

@tomstewart89 tomstewart89 released this 11 Aug 22:41
782afce

What's Changed

Full Changelog: 3.7...4.0

Add a Ones Matrix and Fix Sparse Matrices

Choose a tag to compare

@tomstewart89 tomstewart89 released this 26 Nov 03:35
26d44b1

What's Changed

New Contributors

Full Changelog: 3.6...3.7

Improve Brace Initialisation

Choose a tag to compare

@tomstewart89 tomstewart89 released this 04 May 00:40

This release improves brace initialisation so that it's now possible to fill a matrix with zeros using BLA::Matrix<2,2> A = {0}.

It introduces some changes to the FillRowMajor interface (it now requires an index from which to start filling) and removes the constructor for initialisation using a C-array

Correctly flag singular matrices in LUDecomposition and Invert

Choose a tag to compare

@tomstewart89 tomstewart89 released this 19 Feb 07:17
c630dd5

Full Changelog: 3.4...3.5

Fix fence-post bug in LUDecomposition

Choose a tag to compare

@tomstewart89 tomstewart89 released this 18 Feb 00:43

What's Changed

Full Changelog: 3.3...3.4