JuliaLinearAlgebra / ArrayLayouts.jl

A Julia package for describing array layouts and more general fast linear algebra
https://julialinearalgebra.github.io/ArrayLayouts.jl/
MIT License
54 stars 10 forks source link

Standardise names to factorize_layout, inv_layout, etc. and use inv_l… #236

Closed dlfivefifty closed 2 months ago

dlfivefifty commented 2 months ago

…ayout with Triangular

@DanielVandH this should help resolve https://github.com/JuliaArrays/LazyArrays.jl/issues/320

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.55556% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.47%. Comparing base (f9fd686) to head (8391638). Report is 3 commits behind head on master.

Files Patch % Lines
src/factorizations.jl 92.59% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #236 +/- ## ========================================== + Coverage 90.00% 90.47% +0.47% ========================================== Files 11 11 Lines 1900 1901 +1 ========================================== + Hits 1710 1720 +10 + Misses 190 181 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.