RcIndexMatrix

Type Alias RcIndexMatrix 

Source
pub type RcIndexMatrix<R, C> = IndexMatrix<'static, R, C, BitVec, RcFamily>;
Expand description

IndexMatrix specialized to the BitVec implementation with the RcFamily.

Aliased Typeยง

pub struct RcIndexMatrix<R, C> { /* private fields */ }