Tools for constructing, compiling, and evaluating amplitude-analysis models.
laddu exposes symbolic expressions, event datasets, particle and decay
topology utilities, execution backends, and optional likelihood, fitting,
generation, amplitude, and GPU support through one facade crate. Most
applications can import [prelude] and enable only the Cargo features they
need.
Example
use *;
let mass = parameter!;
let intensity = .named;
let model = from_expr?;
assert_eq!;
# Ok::