Trait light_curve_feature::prelude::FitModelTrait
source · pub trait FitModelTrait<T, U, const NPARAMS: usize>where
T: Float + Into<U>,
U: LikeFloat,{
// Required method
fn model(t: T, param: &[U; NPARAMS]) -> U
where T: Float + Into<U>,
U: LikeFloat;
}