ggebbie / UnitfulLinearAlgebra.jl

Low-cost linear algebra functions for matrices with units
MIT License
6 stars 3 forks source link

`inv` should not have singular check #78

Closed ggebbie closed 1 year ago

ggebbie commented 1 year ago

Sometimes the determinant will be numerically zero but the matrix is still invertible as the condition number is not infinite. Remove singular check in inv::UnitfulMatrix.