Trait light_curve_feature::prelude::FitModelTrait
source · pub trait FitModelTrait<T, U, const NPARAMS: usize>{
// Required method
fn model(t: T, param: &[U; NPARAMS]) -> U
where T: Float + Into<U>,
U: LikeFloat;
}Required Methods§
fn model(t: T, param: &[U; NPARAMS]) -> U
Object Safety§
This trait is not object safe.