pub type VectorConstraintFn = Arc<dyn Fn(&Array1<f64>) -> Array1<f64> + Send + Sync>;
Vector constraint function type
pub struct VectorConstraintFn { /* private fields */ }