Trait light_curve_feature::prelude::FitModelTrait[][src]

pub trait FitModelTrait<T, U, const NPARAMS: usize> where
    T: Float + Into<U>,
    U: LikeFloat, 
{ fn model(t: T, param: &[U; NPARAMS]) -> U
    where
        T: Float + Into<U>,
        U: LikeFloat
; }

Required methods

Implementors