ggebbie / UnitfulLinearAlgebra.jl

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

Permit units without `FreeUnits` #75

Closed ggebbie closed 1 year ago

ggebbie commented 1 year ago

Unitful.jl also provides ContextUnits and FixedUnits. They are useful! Permit them to be used here by relaxing use of FreeUnits. Perhaps use abstract type Unitlike instead.

ggebbie commented 1 year ago

Replaced with Unitful.Units in PR #80