pub type CfftView<M> = RowIndexMappedView<CfftPerm, M>;Aliased Type§
pub struct CfftView<M> {
pub index_map: CfftPerm,
pub inner: M,
}Fields§
§index_map: CfftPermA row index mapping that defines the number and order of visible rows.
inner: MThe inner matrix that holds actual data.