Skip to content
Snippets Groups Projects

Fix TinyMatrix determinant for N>3

Merged Stéphane Del Pino requested to merge issue/tinymatrix_det into develop
  1. Oct 05, 2020
    • Stéphane Del Pino's avatar
      Fix TinyMatrix determinant for N>3 · c07e9b26
      Stéphane Del Pino authored
      The case of zero determinant was not treated correctly when dealing
      with N*N matrices with N>4
      
      For these matrices, a Gauss-pivot is used but it was incorrect in the
      singular case
      c07e9b26
Loading