Skip to main content

ScalarConstraintFn

Type Alias ScalarConstraintFn 

Source
pub type ScalarConstraintFn = Arc<dyn Fn(&Array1<f64>) -> f64 + Send + Sync>;
Expand description

Scalar constraint function type

Aliased Typeยง

pub struct ScalarConstraintFn { /* private fields */ }