Type Alias Fps

Source
pub type Fps<M> = FormalPowerSeries<MInt<M>, MIntConvolve<M>>;

Aliased Type§

pub struct Fps<M> {
    pub data: Vec<MInt<M>>,
    /* private fields */
}

Fields§

§data: Vec<MInt<M>>