PropertyFunctions.jl

Julia package for easy access to and efficient broadcasting over properties
Author oschulz
Popularity
6 Stars
Updated Last
5 Months Ago
Started In
April 2023

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).

Used By Packages

No packages found.