JuliaStats / PDMats.jl

Uniform Interface for positive definite matrices of various structures
Other
104 stars 43 forks source link

Support `(un)whiten` and `(inv)quad` with static arrays #183

Closed devmotion closed 11 months ago

devmotion commented 11 months ago

Based on #181, this PR also adds support for whiten, unwhiten, quad, and invquad with static arrays.

The PR grew a bit larger, hence I kept it separate from #181 for now.

Main points:

codecov-commenter commented 11 months ago

Codecov Report

Attention: 64 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/pdiagmat.jl 99.19% <100.00%> (+1.71%) :arrow_up:
src/utils.jl 60.00% <100.00%> (-31.67%) :arrow_down:
src/generics.jl 76.47% <75.00%> (-10.71%) :arrow_down:
src/scalmat.jl 90.09% <75.00%> (-7.24%) :arrow_down:
src/pdsparsemat.jl 71.96% <48.83%> (-23.93%) :arrow_down:
src/pdmat.jl 74.38% <48.27%> (-24.04%) :arrow_down:

:loudspeaker: Thoughts on this report? Let us know!.