JuliaStats / PDMats.jl

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

Add `invwhiten` and `invunwhiten` #157

Open sethaxen opened 2 years ago

sethaxen commented 2 years ago

Like invquad(M, x) == quad(inv(M), x), it would be useful to also have functions invwhiten(M, x) == whiten(inv(M), x) and invunwhiten(M, x) == unwhiten(inv(M), x). This is primarily useful when the PD matrix represents a precision matrix instead of a covariance.