arael 0.5.1

Nonlinear optimization framework with compile-time symbolic differentiation
Documentation
1
2
3
4
5
6
//! `derivs = [...]` entry count must match fn arity.

#[arael::function(foo, derivs = [k, k])]
fn foo_eval(k: f32) -> f32 { k }

fn main() {}