OLitMat

Type Alias OLitMat 

Source
pub type OLitMat<'t, P, C> = Offset<&'t LitMat<Lit<P, C, usize>, Matrix<Lit<P, C, usize>, usize>>>;
Expand description

Offset litmat.

Aliased Typeยง

pub struct OLitMat<'t, P, C> { /* private fields */ }