Function efd::locus[][src]

pub fn locus<'a, A>(contour: A) -> (f64, f64) where
    A: AsArray<'a, f64, Ix2>, 
Expand description

Compute the c, d coefficients, used as the locus when calling inverse_transform.

Returns the c and d coefficients.