SciML / ModelingToolkit.jl

An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations
https://mtk.sciml.ai/dev/
Other
1.38k stars 196 forks source link

Add nameof dispatches on operators #2822

Closed ChrisRackauckas closed 5 days ago

ChrisRackauckas commented 6 days ago

This previously relied on Operator <: Function and Function just happens to have nameof defined.