CfftView

Type Alias CfftView 

Source
pub type CfftView<M> = RowIndexMappedView<CfftPerm, M>;

Aliased Type§

pub struct CfftView<M> {
    pub index_map: CfftPerm,
    pub inner: M,
}

Fields§

§index_map: CfftPerm

A row index mapping that defines the number and order of visible rows.

§inner: M

The inner matrix that holds actual data.