Cotila Versions Save

A compile-time linear algebra system for C++

1.2.1

3 years ago
  • Fixed sum using integer accumulator with floating point input
  • Various build system improvements

1.2.0

3 years ago
  • Added CMake build supporting tests and documentation
  • Fixed some compiler warnings

v1.1.1

4 years ago
  • Fixed compilation error in GCC 9 (due to GCC bug 91705)

v1.1.0

5 years ago
  • Added AUTHORS and CHANGES files
  • Added deduction guides for vector and matrix classes
  • Added as_row and as_column for creating row- and column-vectors
  • Fixed bug where tolerance was not passed to rref
  • Fixed "pedantic" compiler warnings

v1.0.0

6 years ago
  • Initial public release