Skip to content

Releases: tomstewart89/BasicLinearAlgebra

5.1

09 Jul 11:16
399597b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0...5.1

5.0

14 Jun 07:16
0667583
Compare
Choose a tag to compare
5.0

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

01 Jan 04:48
b302d92
Compare
Choose a tag to compare
Increment version number

More bugfixes for 4.0

01 Jan 04:45
4997f23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1...4.2

Minor bugfixes

29 Aug 12:14
94f2bdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0...4.1

Add numeric numeric differentiation, logical operators and cholesky decomposition

11 Aug 22:41
782afce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7...4.0

Add a Ones Matrix and Fix Sparse Matrices

26 Nov 03:35
26d44b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6...3.7

Improve Brace Initialisation

04 May 00:40
Compare
Choose a tag to compare

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

19 Feb 07:17
c630dd5
Compare
Choose a tag to compare

Fix fence-post bug in LUDecomposition

18 Feb 00:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3...3.4