Skip to main content

VectorConstraintFn

Type Alias VectorConstraintFn 

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

Vector constraint function type

Aliased Typeยง

pub struct VectorConstraintFn { /* private fields */ }