JuliaGeometry / CoordinateTransformations.jl

A fresh approach to coordinate transformations...
Other
179 stars 25 forks source link

Support for InverseFunctions and ChangesOfVariables #82

Open oschulz opened 2 years ago

oschulz commented 2 years ago

With JuliaMath/ChangesOfVariables and JuliaMath/InverseFunctions we now have lightweight, low-bias packages designed to enable composability of packages that provide/implement or use variable transformation capabilities.

Would a PR that adds support for InverseFunctions.inverse and ChangesOfVariables.with_logabsdet_jacobian be welcome?