oschulz / PropertyFunctions.jl

Julia package for easy access to and efficient broadcasting over properties
Other
6 stars 0 forks source link

PropertyFunctions.jl

Documentation for stable version Documentation for development version License Build Status Codecov

Documentation

PropertyFunctions.jl provides functionality for easy access to and efficient broadcasting over properties, e.g. via xs .|> @pf $a + $c^2.

Broadcasting functions generated by @pf is GPU-friendly and will try to return a StructArray if the functional expressioin generates a struct (resp. a NamedTuple).