ggebbie / UnitfulLinearAlgebra.jl

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

Missing functions for type `Cholesky{Float64, LeftUniformMatrix{Float64}}` #8

Open ggebbie opened 1 year ago

ggebbie commented 1 year ago

These exist for LinearAlgebra.Cholesky, but are missing here: \, inv, logdet

ggebbie commented 1 year ago

This issue refers to LeftUniformMatrix from MultipliableMatrices and may need to be transferred to ggebbie/MultipliableMatrices.jl.