tomstewart89 / BasicLinearAlgebra

A library for using matrices and linear algebra on Arduino
MIT License
185 stars 38 forks source link

Correct bug in inverse functions #42

Closed tomstewart89 closed 2 years ago

tomstewart89 commented 2 years ago

Which causes elements to be cast to float and lose precision when elem_t is double